diff options
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_static/manifests/init.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/puppet/modules/site_static/manifests/init.pp b/puppet/modules/site_static/manifests/init.pp index 2a198b57..e37d5ad2 100644 --- a/puppet/modules/site_static/manifests/init.pp +++ b/puppet/modules/site_static/manifests/init.pp @@ -46,6 +46,9 @@ class site_static { } if (member($formats, 'amber')) { + package { 'zlib1g-dev': + ensure => installed + } rubygems::gem{'amber-0.3.4': } } @@ -54,4 +57,4 @@ class site_static { include site_shorewall::defaults include site_shorewall::service::http include site_shorewall::service::https -}
\ No newline at end of file +} |