Displaying 1 result from an estimated 1 matches for "hanchett".
2017 Dec 04
1
problem with cloud-init-0.7.9-9.el7.centos.2.x86_64 setting up puppet.conf
...h:
IOError: [Errno 2] No such file or directory: '/etc/puppet/puppet.conf
------------------------
To get around this error with the missing /etc/puppet/puppet.conf I created
a directory and link for the .conf since the original location is in
/etc/puppetlabs/puppet/puppet.conf
[root at kent-hanchett puppet]# pwd
/etc/puppet
[root at kent-hanchett puppet]# ls -la
total 12
drwxr-xr-x. 2 root root 29 Dec 4 18:13 .
drwxr-xr-x. 79 root root 8192 Dec 4 18:13 ..
lrwxrwxrwx. 1 root root 34 Dec 4 18:13 puppet.conf.old ->
/etc/puppetlabs/puppet/puppet.conf
But after the run you can see that...