This commit is contained in:
Henry Wang 2019-11-20 15:03:36 +08:00
parent 9bde02d293
commit 97b0d858a0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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