Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created November 20, 2016 17:19
Show Gist options
  • Save nicolanrizzo/7b659033af696f846f0ea3fe504e98bf to your computer and use it in GitHub Desktop.
Save nicolanrizzo/7b659033af696f846f0ea3fe504e98bf to your computer and use it in GitHub Desktop.
Using puppetlabs-apt module
Exec { path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/'] }
exec { "install_git":
command => "apt-get install -y git-all",
}
class { 'apt':
update => {
frequency => 'always',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment