2019-11-20 06:44:10 +00:00
|
|
|
class role::goldload_server{
|
2019-11-21 04:17:35 +00:00
|
|
|
include profile::base
|
2019-11-20 06:44:10 +00:00
|
|
|
# include profile::base::ciphers
|
2019-11-21 04:19:33 +00:00
|
|
|
include profile::goldload::config
|
2019-11-22 00:28:09 +00:00
|
|
|
Class['profile::goldload::config'] -> Class['profile::base']
|
2019-11-21 04:16:07 +00:00
|
|
|
|
2019-11-20 06:44:10 +00:00
|
|
|
}
|