This commit is contained in:
Henry Wang 2019-11-21 11:00:38 +08:00
parent 3caadd227d
commit b00c85321d
3 changed files with 7 additions and 7 deletions

View File

@ -0,0 +1,6 @@
class profile::goldload::chocolatey {
notify {'This is from profile::goldload::chocolatey': }
}

View File

@ -3,6 +3,6 @@ class profile::goldload::software {
notify {'This is from profile::goldload::software': } notify {'This is from profile::goldload::software': }
include profile::goldload::testlayer contain profile::goldload::chocolatey
} }

View File

@ -1,6 +0,0 @@
class profile::goldload::testlayer {
notify {'This is from profile::goldload::testlayer': }
}