Break up profile::base into Windows and Linux variants
This commit is contained in:
parent
a9d3be58aa
commit
4c37fbd4e8
@ -1,5 +0,0 @@
|
||||
class profile::base {
|
||||
|
||||
#the base profile should include component modules that will be on all nodes
|
||||
|
||||
}
|
6
site/profile/manifests/base/linux.pp
Normal file
6
site/profile/manifests/base/linux.pp
Normal 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 {
|
||||
|
||||
}
|
6
site/profile/manifests/base/windows.pp
Normal file
6
site/profile/manifests/base/windows.pp
Normal 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 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user