This commit is contained in:
Henry Wang 2019-11-21 09:04:56 +08:00
parent a869f0c8d9
commit 4bc30620bc
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
class role::goldload_server{
include profile::base
contain profile::base
# include profile::base::ciphers
include profile::goldload::config
contain profile::goldload::config
Class['profile::goldload::config'] -> Class['profile::base']
}