Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. root@main:~# puppet resource file /etc/motd
  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. file { '/etc/motd':
  5. ensure => 'file',
  6. content => '{md5}9830e3dbb6a828f2cc824db8db0ceaf7',
  7. ctime => '2014-03-30 20:20:00 +0000',
  8. group => '0',
  9. mode => '644',
  10. mtime => '2014-01-28 10:53:11 +0000',
  11. owner => '0',
  12. type => 'file',
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement