Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created March 23, 2012 16:58
Show Gist options
  • Save bodepd/2172765 to your computer and use it in GitHub Desktop.
Save bodepd/2172765 to your computer and use it in GitHub Desktop.
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