You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys i have an odd error i'm not sure if i have misconfigured something or not.
[root@dns ~]# puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for dns.setkeh.local
Info: Applying configuration version '1428175723'
Notice: /Stage[main]/Dns::Server::Install/Package[bind-utils]/ensure: created
Notice: /Stage[main]/Dns::Server::Config/File[/etc/named]/owner: owner changed 'root' to 'named'
Notice: /Stage[main]/Dns::Server::Config/File[/etc/named]/mode: mode changed '0750' to '0755'
Notice: /Stage[main]/Dns::Server::Config/File[/etc/named/bind.keys.d/]/ensure: created
Notice: /Stage[main]/Dns::Server::Config/File[/etc/named.conf]/owner: owner changed 'root' to 'named'
Notice: /Stage[main]/Dns::Server::Config/File[/etc/named.conf]/mode: mode changed '0640' to '0644'
Info: /Stage[main]/Dns::Server::Config/File[/etc/named.conf]: Scheduling refresh of Class[Dns::Server::Service]
Info: /Stage[main]/Dns::Server::Config/File[/etc/named.conf]: Scheduling refresh of Class[Dns::Server::Service]
Error: Could not set 'present' on ensure: No such file or directory - /etc/bind/named.conf.options20150404-12319-h6cff6.lock at 87:/etc/puppet/modules/dns/manifests/server/options.pp
Error: Could not set 'present' on ensure: No such file or directory - /etc/bind/named.conf.options20150404-12319-h6cff6.lock at 87:/etc/puppet/modules/dns/manifests/server/options.pp
Wrapped exception:
No such file or directory - /etc/bind/named.conf.options20150404-12319-h6cff6.lock
Error: /Stage[main]/Main/Node[dns.setkeh.local]/Dns::Server::Options[/etc/bind/named.conf.options]/File[/etc/bind/named.conf.options]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory - /etc/bind/named.conf.options20150404-12319-h6cff6.lock at 87:/etc/puppet/modules/dns/manifests/server/options.pp
Notice: /Stage[main]/Dns::Server::Config/Concat[/etc/named/named.conf.local]/File[/etc/named/named.conf.local]/ensure: defined content as '{md5}3a37399747950532b8d18b1e11188fcc'
Info: Concat[/etc/named/named.conf.local]: Scheduling refresh of Class[Dns::Server::Service]
Info: Class[Dns::Server::Service]: Scheduling refresh of Service[named]
Notice: /Stage[main]/Dns::Server::Service/Service[named]: Dependency File[/etc/bind/named.conf.options] has failures: true
Warning: /Stage[main]/Dns::Server::Service/Service[named]: Skipping because of failed dependencies
Notice: /Stage[main]/Dns::Server::Service/Service[named]: Triggered 'refresh' from 1 events
Notice: Finished catalog run in 4.56 seconds
Hey guys i have an odd error i'm not sure if i have misconfigured something or not.
my site.pp has
Any suggestions on how to fix this ??
Thanks :)
The text was updated successfully, but these errors were encountered: