Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created June 19, 2012 11:29
Show Gist options
  • Save zipkid/2953629 to your computer and use it in GitHub Desktop.
Save zipkid/2953629 to your computer and use it in GitHub Desktop.
Hiera class loader
class clsloader {
$klasses = hiera_array( 'classes', [] )
class { $klasses: }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment