Hello, I'm using puppet via a bash script when I spin up a machine to configure it. I'd like to restart the instance after puppet's run is complete. In my bash script I have:
puppet agent --test shutdown -r now Puppet runs to completion, but "shutdown -r now" never executes. I'm not sure why not - these are the last two lines in my bash script and everything else executes successfully. Any help would be greatly appreciated. -Harish -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/LRQu7aiD9q8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
