Advertisement
Guest User

motd.pp

a guest
Sep 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. file {'motd':
  2.     ensure => file,
  3.     path => '/etc/motd',
  4.     mode => 0644,
  5.     content => "This is a test VM. This is a MOTD for new host.
  6. ",
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement