Skip to content

Instantly share code, notes, and snippets.

@ryanycoleman
Created May 14, 2012 17:24
Show Gist options
  • Save ryanycoleman/2695168 to your computer and use it in GitHub Desktop.
Save ryanycoleman/2695168 to your computer and use it in GitHub Desktop.
hiera-puppet
[root@centos6 lib]# puppet master --configprint libdir
/var/lib/puppet/lib
[root@centos6 lib]# tree .
.
├── hiera
│   ├── backend
│   │   └── puppet_backend.rb
│   └── scope.rb
└── puppet
└── parser
└── functions
├── hiera_array.rb
├── hiera_hash.rb
├── hiera_include.rb
└── hiera.rb
5 directories, 6 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment