Guest User

Untitled

a guest
Oct 18th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class build::systems (
  2. $ensure = "present"
  3. ) {
  4. realize (
  5. User["rpmbuild"]
  6. )
  7.  
  8. User <| title == "rpmbuild" |> {
  9. ensure => "${ensure}"
  10. }
Add Comment
Please, Sign In to add comment