diff --git a/Puppetfile b/Puppetfile index 77287c3..1549fd1 100644 --- a/Puppetfile +++ b/Puppetfile @@ -6,7 +6,6 @@ forge 'https://forge.puppet.com' #mod 'puppetlabs/stdlib', '6.0.0' #mod 'puppetlabs/concat', '6.0.0' mod 'puppetlabs-stdlib', '7.0.0' -mod 'puppetlabs-facts', '1.4.0' # Modules from Git # Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples #mod 'apache', diff --git a/data/nodes/ccm - automation testing.yaml b/data/nodes/ccm - automation testing.yaml new file mode 100644 index 0000000..256e399 --- /dev/null +++ b/data/nodes/ccm - automation testing.yaml @@ -0,0 +1,2 @@ +--- +spacetest: "welcome to spacetest in facts" diff --git a/data/nodes/test 12345.yaml b/data/nodes/test 12345.yaml new file mode 100644 index 0000000..428a28b --- /dev/null +++ b/data/nodes/test 12345.yaml @@ -0,0 +1,2 @@ +--- +spacekey: "welcome to custom facts" diff --git a/hiera.yaml b/hiera.yaml index 0f5c657..f35a2c2 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,3 +10,4 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" + - "nodes/%{spacetest}.yaml"