Break up profile::base into Windows and Linux variants

This commit is contained in:
Gabriel M Schuyler 2015-12-09 17:26:34 -08:00
parent a9d3be58aa
commit 4c37fbd4e8
3 changed files with 12 additions and 5 deletions

View File

@ -1,5 +0,0 @@
class profile::base {
#the base profile should include component modules that will be on all nodes
}

View File

@ -0,0 +1,6 @@
# A 'base' profile should include component modules that will be on all nodes
# of a particular operating system.
class profile::base::linux {
}

View File

@ -0,0 +1,6 @@
# A 'base' profile should include component modules that will be on all nodes
# of a particular operating system.
class profile::base::windows {
}