> puppet apply -e "file { '/var/tmp/puppet-keytab.sh':> ensure => file,> source => 'puppet:///modules/base/infrastructure/bash_scripts/puppet-keytab.sh'> }"
This doesn't work. Tcpdump confirms that it's not even trying to access the puppetmaster.
How to I convince puppet apply to pull from the puppet master?
(Note: puppetmaster is configured in puppet.conf. puppet agent otherwise works fine)
↧