Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # How obsessive sysadmins install Qimo for their four year olds at home:
  2. class qimo {
  3.  
  4. # # Qimo lives in the universe repository - activate if necessary, assuming @apt::repo["universe"]
  5. # # elsewhere in Puppet config (uncomment require in Package["qimo-session"] as well):
  6. # realize Apt::Repo["universe"]
  7.  
  8. package { "qimo-session":
  9. ensure => present,
  10. # require => Apt::Repo["universe"],
  11. }
  12.  
  13. }
Add Comment
Please, Sign In to add comment