Skip to content

Instantly share code, notes, and snippets.

@zipkid
Last active December 17, 2015 04:59
Show Gist options
  • Save zipkid/5554959 to your computer and use it in GitHub Desktop.
Save zipkid/5554959 to your computer and use it in GitHub Desktop.
class facter::package ( $version = 'installed' ) {
package { 'facter'
ensure => $version;
}
}
This will lookup the version in Hiera
facter::package::version: 1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment