Skip to content

Instantly share code, notes, and snippets.

@anl
Created January 8, 2011 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anl/771222 to your computer and use it in GitHub Desktop.
Save anl/771222 to your computer and use it in GitHub Desktop.
# How obsessive sysadmins install Qimo for their four year olds at home:
class qimo {
# # Qimo lives in the universe repository - activate if necessary, assuming @apt::repo["universe"]
# # elsewhere in Puppet config (uncomment require in Package["qimo-session"] as well):
# realize Apt::Repo["universe"]
package { "qimo-session":
ensure => present,
# require => Apt::Repo["universe"],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment