| Index: modules/nagios/manifests/server.pp |
| =================================================================== |
| --- a/modules/nagios/manifests/server.pp |
| +++ b/modules/nagios/manifests/server.pp |
| @@ -27,6 +27,13 @@ |
| ensure => present |
| } |
| + if $::operatingsystem == 'Debian' { |
| + class { 'apt::backports': |
| + release => 'jessie', |
| + location => 'http://ftp.debian.org/debian', |
| + } |
| + } |
| + |
| nginx::hostconfig{$domain: |
| source => 'puppet:///modules/nagios/site.conf', |
| is_default => $is_default, |