Skip to content

Instantly share code, notes, and snippets.

@thomascate
Created October 24, 2014 16:37
Show Gist options
  • Select an option

  • Save thomascate/966127b25028e9dd3d1f to your computer and use it in GitHub Desktop.

Select an option

Save thomascate/966127b25028e9dd3d1f to your computer and use it in GitHub Desktop.
if !defined(Package[$package]) {
package { $package:
ensure => present
require => 'apt-update'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment