From 96ac52f31ce05032f7cd454cf94e92aa2ecbad7f Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:19:37 +0800 Subject: [PATCH 1/7] Update Puppetfile --- Puppetfile | 1 - 1 file changed, 1 deletion(-) 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', From 00e998d587a920b348161d374678814ae5d2a9fe Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:31:36 +0800 Subject: [PATCH 2/7] Update hiera.yaml --- hiera.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hiera.yaml b/hiera.yaml index 0f5c657..7c20641 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,3 +10,5 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" + - name: "space testing" + path: "facts/%{subbutest}.yaml" From 83ac16b6d3aaad9c69fc1127e4cfe685bc87bec5 Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:34:49 +0800 Subject: [PATCH 3/7] Update hiera.yaml --- hiera.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hiera.yaml b/hiera.yaml index 7c20641..ef4c844 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,5 +10,4 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" - - name: "space testing" - path: "facts/%{subbutest}.yaml" + - "facts/%{subbutest}.yaml" From bd0a80471de7fa47d168a8c5f6a8745df80b9a21 Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:37:13 +0800 Subject: [PATCH 4/7] Update hiera.yaml --- hiera.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera.yaml b/hiera.yaml index ef4c844..c6745a1 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,4 +10,4 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" - - "facts/%{subbutest}.yaml" + - "facts/%{spacetest}.yaml" From dcdd1f8f2b9c5ebaf0616451cf792b8387baa7d9 Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:41:20 +0800 Subject: [PATCH 5/7] Create test 12345.yaml --- data/nodes/test 12345.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/nodes/test 12345.yaml 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" From a1f717a934912a9ec8000ccbaaabc31e6485832b Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:41:56 +0800 Subject: [PATCH 6/7] Update hiera.yaml --- hiera.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera.yaml b/hiera.yaml index c6745a1..f35a2c2 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,4 +10,4 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" - - "facts/%{spacetest}.yaml" + - "nodes/%{spacetest}.yaml" From 36c704dc735369a77c9af7c57ef9b1078cbfd21e Mon Sep 17 00:00:00 2001 From: kksubbu72 <78456053+kksubbu72@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:51:03 +0800 Subject: [PATCH 7/7] Create ccm - automation testing.yaml --- data/nodes/ccm - automation testing.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/nodes/ccm - automation testing.yaml 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"