Skip to content

Instantly share code, notes, and snippets.

@binford2k
Created November 23, 2016 22:19
Show Gist options
  • Save binford2k/aebf576ad089c9f6518583d0eec6ec67 to your computer and use it in GitHub Desktop.
Save binford2k/aebf576ad089c9f6518583d0eec6ec67 to your computer and use it in GitHub Desktop.
root@master:~ # tail -n1 /etc/puppetlabs/code/environments/production/environment.conf
config_version = config_version.sh
root@master:~ # cat /etc/puppetlabs/code/environments/production/config_version.sh
#!/bin/sh
/bin/echo "Puppet run starting at `date`: ╰( ⁰ ਊ ⁰ )━☆゚.*・。"
root@master:~ # puppet agent -t
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for master.puppetlabs.vm
Info: Applying configuration version 'Puppet run starting at Wed Nov 23 14:50:11 PST 2016: ╰( ⁰ ਊ ⁰ )━☆゚.*・。'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment