]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
try concatenation
authorLuca Filipozzi <lfilipoz@emyr.net>
Sun, 12 Jan 2014 09:50:15 +0000 (09:50 +0000)
committerLuca Filipozzi <lfilipoz@emyr.net>
Sun, 12 Jan 2014 09:50:15 +0000 (09:50 +0000)
modules/roles/manifests/sip.pp

index b9514d3ad71f1868ce4daf49e961b007a1a2431e..b2700307ce055864477a5d12eb808f5a637ce1f6 100644 (file)
@@ -1,22 +1,23 @@
 class roles::sip {
-       #include concat::setup
+       include concat::setup
 
        ssl::service { 'www.debian.org':
+               # TODO notify concat
        }
 
-       #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,
-       #}
+       # 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,
+       }
+       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',