diff options
Diffstat (limited to 'manifests/puppetmaster')
-rw-r--r-- | manifests/puppetmaster/storeconfigs.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/puppetmaster/storeconfigs.pp b/manifests/puppetmaster/storeconfigs.pp index 32aaa7f..1b6d759 100644 --- a/manifests/puppetmaster/storeconfigs.pp +++ b/manifests/puppetmaster/storeconfigs.pp @@ -2,4 +2,12 @@ # so storeconfigs works. class puppet::puppetmaster::storeconfigs { include rails + include mysql::server + + case $operatingsystem { + debian: { package { libmysql-ruby: ensure => present } } + + } + + } |