Switch to cross-platform profile::base variant
This commit is contained in:
parent
4c37fbd4e8
commit
d3a24a4d32
@ -2,6 +2,6 @@ class role::database_server {
|
||||
|
||||
#This role would be made of all the profiles that need to be included to make a database server work
|
||||
#All roles should include the base profile
|
||||
include profile::base
|
||||
include profile::base::linux
|
||||
|
||||
}
|
||||
|
@ -2,6 +2,6 @@ class role::webserver {
|
||||
|
||||
#This role would be made of all the profiles that need to be included to make a webserver work
|
||||
#All roles should include the base profile
|
||||
include profile::base
|
||||
include profile::base::linux
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user