fdf
This commit is contained in:
parent
a869f0c8d9
commit
4bc30620bc
@ -3,6 +3,6 @@ class profile::goldload::config {
|
|||||||
|
|
||||||
notify {'This is from profile::goldload::config': }
|
notify {'This is from profile::goldload::config': }
|
||||||
|
|
||||||
contain profile::goldload::software
|
include profile::goldload::software
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
class role::goldload_server{
|
class role::goldload_server{
|
||||||
include profile::base
|
contain profile::base
|
||||||
# include profile::base::ciphers
|
# include profile::base::ciphers
|
||||||
include profile::goldload::config
|
contain 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