Guest User

Untitled

a guest
Jul 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. File { backup => false, }
  2.  
  3. file { "/tmp/parent":
  4. ensure => directory,
  5. }
  6.  
  7. file {"/tmp/parent/child":
  8. ensure => file,
  9. content => "foooooooooooooooo\n",
  10. }
Add Comment
Please, Sign In to add comment