include concat::setup
ssl::service { 'www.debian.org':
- notify => Concat['/etc/ssl/debian/certs/www.debian.org-chained.crt'],
}
- # TODO concatate in the ssl module?
concat { '/etc/ssl/debian/certs/www.debian.org-chained.crt':
}
concat::fragment { '/etc/ssl/debian/certs/www.debian.org.crt':
target => '/etc/ssl/debian/certs/www.debian.org-chained.crt',
source => 'file:///etc/ssl/debian/certs/www.debian.org.crt',
order => 00,
+ require => File['/etc/ssl/debian/certs/www.debian.org.crt']
}
concat::fragment { '/etc/ssl/debian/certs/www.debian.org.crt-chain':
target => '/etc/ssl/debian/certs/www.debian.org-chained.crt',
source => 'file:///etc/ssl/debian/certs/www.debian.org.crt-chain',
order => 99,
+ require => File['/etc/ssl/debian/certs/www.debian.org.crt-chain']
}
@ferm::rule { 'dsa-sip-ws-ip4':