Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. file { '/etc/yum.repos.d':
  2. owner => root,
  3. group => root,
  4. mode => 755,
  5. recurse => true,
  6. purge => true,
  7. force => true,
  8. content => template("${module_name}/ubrepo.erb"),
  9. content => template("${module_name}/repotwo.erb"),
  10. content => template("${module_name}/repothree.erb"),
  11. }
Add Comment
Please, Sign In to add comment