Skip to content

Instantly share code, notes, and snippets.

@KrisBuytaert
Created December 30, 2015 10:56
Show Gist options
  • Save KrisBuytaert/7a8107310b0b93663674 to your computer and use it in GitHub Desktop.
Save KrisBuytaert/7a8107310b0b93663674 to your computer and use it in GitHub Desktop.
class vdab_repos::centos {
resources {'yumrepo':
purge => true,
}
$_major = $os['release']['major']
include "::vdab_repos::centos::${_major}"
}
class vdab_repos::centos::7 {
$repos = hiera_hash('vdab_repos::os::centos::7')
create_resources (yumrepo, $repos)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment