Created
November 23, 2016 22:19
-
-
Save binford2k/aebf576ad089c9f6518583d0eec6ec67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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