Switch to cross-platform profile::base variant

This commit is contained in:
Gabriel M Schuyler 2015-12-09 17:47:50 -08:00
parent 4c37fbd4e8
commit d3a24a4d32
2 changed files with 2 additions and 2 deletions

View File

@ -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 #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 #All roles should include the base profile
include profile::base include profile::base::linux
} }

View File

@ -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 #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 #All roles should include the base profile
include profile::base include profile::base::linux
} }