This commit is contained in:
Henry Wang 2019-11-20 14:53:14 +08:00
parent d2fbb9ce7c
commit 1fc6e4bf74
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,7 @@
class profile::goldload::software {
include profile::goldload::testlayer
notify {'This is from profile::goldload::software': }

View File

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