Guest User

Untitled

a guest
Sep 19th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. puppet.conf:
  2.  
  3. root@ip-10-252-23-9:~# vi /etc/puppetlabs/puppet/puppet.conf
  4.  
  5. [main]
  6. ...
  7. storeconfigs = true
  8. dbadapter = mysql
  9. dbname = console_inventory_service
  10. dbuser = console
  11. dbpassword = password
  12. dbserver = localhost
  13.  
  14.  
  15.  
  16. root@ip-10-252-23-9:~# puppet apply --noop -e 'Ring_account_device<<| |>>'
  17. notice: /Stage[main]//Ring_account_device[10.252.38.37:6002]/ensure: current_value absent, should be present (noop)
  18. notice: /Stage[main]//Ring_account_device[10.252.7.142:6002]/ensure: current_value absent, should be present (noop)
  19. notice: /Stage[main]//Ring_account_device[10.252.24.197:6002]/ensure: current_value absent, should be present (noop)
  20. notice: Class[Main]: Would have triggered 'refresh' from 3 events
  21. notice: Stage[main]: Would have triggered 'refresh' from 1 events
  22. notice: Finished catalog run in 0.52 seconds
Add Comment
Please, Sign In to add comment