dfd
This commit is contained in:
parent
196dd1b2c3
commit
9e5f950dfc
@ -1,4 +1,5 @@
|
||||
class profile::base {
|
||||
contain profile::test
|
||||
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': }
|
||||
|
||||
contain profile::goldload::software
|
||||
include profile::goldload::software
|
||||
|
||||
}
|
||||
|
@ -2,5 +2,5 @@ class role::goldload_server{
|
||||
include profile::base
|
||||
# include profile::base::ciphers
|
||||
include profile::goldload::config
|
||||
Class['profile::goldload::config'] -> Class['profile::base']
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user