Merge branch 'production' of github.com:kksubbu72/control-repo into production
This commit is contained in:
commit
a7fd9ca027
@ -6,7 +6,6 @@ forge 'https://forge.puppet.com'
|
|||||||
#mod 'puppetlabs/stdlib', '6.0.0'
|
#mod 'puppetlabs/stdlib', '6.0.0'
|
||||||
#mod 'puppetlabs/concat', '6.0.0'
|
#mod 'puppetlabs/concat', '6.0.0'
|
||||||
mod 'puppetlabs-stdlib', '7.0.0'
|
mod 'puppetlabs-stdlib', '7.0.0'
|
||||||
mod 'puppetlabs-facts', '1.4.0'
|
|
||||||
# Modules from Git
|
# Modules from Git
|
||||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||||
#mod 'apache',
|
#mod 'apache',
|
||||||
|
2
data/nodes/ccm - automation testing.yaml
Normal file
2
data/nodes/ccm - automation testing.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
spacetest: "welcome to spacetest in facts"
|
2
data/nodes/test 12345.yaml
Normal file
2
data/nodes/test 12345.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
spacekey: "welcome to custom facts"
|
@ -10,3 +10,4 @@ hierarchy:
|
|||||||
paths:
|
paths:
|
||||||
- "nodes/%{trusted.certname}.yaml"
|
- "nodes/%{trusted.certname}.yaml"
|
||||||
- "common.yaml"
|
- "common.yaml"
|
||||||
|
- "nodes/%{spacetest}.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user