Merge pull request #437 from fraenki/fix_example
fix hiera example in documentation
This commit is contained in:
commit
0e3220711b
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@ apt::sources:
|
||||||
key: '9AA38DCD55BE302B'
|
key: '9AA38DCD55BE302B'
|
||||||
key_server: 'subkeys.pgp.net'
|
key_server: 'subkeys.pgp.net'
|
||||||
pin: '-10'
|
pin: '-10'
|
||||||
include_src: 'true'
|
include_src: true
|
||||||
include_deb: 'true'
|
include_deb: true
|
||||||
|
|
||||||
'puppetlabs':
|
'puppetlabs':
|
||||||
location: 'http://apt.puppetlabs.com'
|
location: 'http://apt.puppetlabs.com'
|
||||||
|
|
Loading…
Reference in a new issue