Guest User

Untitled

a guest
Jul 25th, 2014
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. root@main:~# puppet apply -e 'include myuglymodule' --modulepath=/tmp/modules
  2. Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  3. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1095:in `block in issue_deprecations')
  4. Notice: Compiled catalog for main.blueprint-vagrant.vagrant in environment production in 0.11 seconds
  5. Notice: /Stage[main]/Myuglymodule/File[my script]/ensure: defined content as '{md5}0be772ee07400654b90e4ea1315522df'
  6. Notice: /Stage[main]/Myuglymodule/Package[screen]/ensure: ensure changed 'purged' to 'present'
  7. Notice: /Stage[main]/Myuglymodule/Exec[exec my script]/returns: executed successfully
  8. Notice: /Stage[main]/Myuglymodule/Exec[set conf]/returns: executed successfully
  9. Notice: /Stage[main]/Myuglymodule/Package[vim]/ensure: ensure changed 'purged' to 'present'
  10. Notice: Finished catalog run in 26.48 seconds
Advertisement
Add Comment
Please, Sign In to add comment