diff --git a/site-modules/profile/manifests/goldload/chocolatey.pp b/site-modules/profile/manifests/goldload/chocolatey.pp new file mode 100644 index 0000000..51f5b1c --- /dev/null +++ b/site-modules/profile/manifests/goldload/chocolatey.pp @@ -0,0 +1,6 @@ +class profile::goldload::chocolatey { + + notify {'This is from profile::goldload::chocolatey': } + + +} diff --git a/site-modules/profile/manifests/goldload/software.pp b/site-modules/profile/manifests/goldload/software.pp index eac467e..3ddd0d7 100644 --- a/site-modules/profile/manifests/goldload/software.pp +++ b/site-modules/profile/manifests/goldload/software.pp @@ -3,6 +3,6 @@ class profile::goldload::software { notify {'This is from profile::goldload::software': } - include profile::goldload::testlayer + contain profile::goldload::chocolatey } diff --git a/site-modules/profile/manifests/goldload/testlayer.pp b/site-modules/profile/manifests/goldload/testlayer.pp deleted file mode 100644 index a59a8cc..0000000 --- a/site-modules/profile/manifests/goldload/testlayer.pp +++ /dev/null @@ -1,6 +0,0 @@ -class profile::goldload::testlayer { - - notify {'This is from profile::goldload::testlayer': } - - -}