Created
March 23, 2012 16:58
-
-
Save bodepd/2172765 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
puppet.conf: | |
root@ip-10-252-23-9:~# vi /etc/puppetlabs/puppet/puppet.conf | |
[main] | |
... | |
storeconfigs = true | |
dbadapter = mysql | |
dbname = console_inventory_service | |
dbuser = console | |
dbpassword = password | |
dbserver = localhost | |
root@ip-10-252-23-9:~# puppet apply --noop -e 'Ring_account_device<<| |>>' | |
notice: /Stage[main]//Ring_account_device[10.252.38.37:6002]/ensure: current_value absent, should be present (noop) | |
notice: /Stage[main]//Ring_account_device[10.252.7.142:6002]/ensure: current_value absent, should be present (noop) | |
notice: /Stage[main]//Ring_account_device[10.252.24.197:6002]/ensure: current_value absent, should be present (noop) | |
notice: Class[Main]: Would have triggered 'refresh' from 3 events | |
notice: Stage[main]: Would have triggered 'refresh' from 1 events | |
notice: Finished catalog run in 0.52 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment