]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/roles/manifests/sip.pp
or not
[dsa-puppet.git] / modules / roles / manifests / sip.pp
index 58e583650d1da7f8921045fb801c9a480fd8ae02..b9514d3ad71f1868ce4daf49e961b007a1a2431e 100644 (file)
@@ -1,4 +1,23 @@
 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)',