class roles::sip {
+ include concat::setup
+
ssl::service { 'www.debian.org':
}
+
+ concat { '/etc/ssl/debian/certs/www.debian.org-chained.crt':
+ ensure => present,
+ }
+ 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,
+ }
+ 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,
+ }
+
@ferm::rule { 'dsa-sip-ws-ip4':
domain => 'ip',
description => 'SIP connections (WebSocket; for WebRTC)',