Added class to manage a default set of scripts
- included scripts into profiles::base - updated hiera with list of scripts to create and their template name - created template for a puppet wrapper
This commit is contained in:
@@ -17,8 +17,12 @@ class profiles::base (
|
||||
}
|
||||
}
|
||||
|
||||
# install common required applications
|
||||
class { 'profiles::base::packages':
|
||||
packages => hiera('profiles::base::packages::common'),
|
||||
ensure => 'installed',
|
||||
}
|
||||
|
||||
# include admin scripts
|
||||
include profiles::base::scripts
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user