Poil
unread,Mar 17, 2014, 3:56:46 PM3/17/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi,
I'm trying to have Policy-Based Autosigning working with puppet 3.4.3;
but my script is never called
# /etc/puppet/puppet.conf
[master]
autosign = /usr/local/bin/autosign.sh
# ls -l /usr/local/bin/autosign.sh
puppet.puppet rwxr-xr-x /usr/local/bin/autosign.sh
# cat /usr/local/bin/autosign.sh
echo $@ >> /var/tmp/debugme
exit 0
/var/tmp/debugme remain empty
Anyone have any idea? I'm on for more than 6 hours ... (I've tried to
run --no-daemonize --debug, strace -f ... There is no call to the
script, no reference ...)
Best regards,