sss
This commit is contained in:
parent
64e07595fd
commit
5a566b9d6d
@ -1,5 +1,5 @@
|
||||
class profile::base {
|
||||
require profile::goldload::config
|
||||
# require profile::goldload::config
|
||||
include profile::test
|
||||
notify {'This is from profile::base': }
|
||||
}
|
||||
|
@ -3,6 +3,6 @@ class profile::goldload::config {
|
||||
|
||||
notify {'This is from profile::goldload::config': }
|
||||
|
||||
include profile::goldload::software
|
||||
contain profile::goldload::software
|
||||
|
||||
}
|
||||
|
@ -3,6 +3,6 @@ class profile::goldload::software {
|
||||
|
||||
notify {'This is from profile::goldload::software': }
|
||||
|
||||
include profile::goldload::chocolatey
|
||||
contain profile::goldload::chocolatey
|
||||
|
||||
}
|
||||
|
@ -2,6 +2,6 @@ class role::goldload_server{
|
||||
include profile::base
|
||||
# include profile::base::ciphers
|
||||
include profile::goldload::config
|
||||
# Class['profile::goldload::config'] -> Class['profile::base']
|
||||
Class['profile::goldload::config'] -> Class['profile::base']
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user