change pin thing
[mirror/dsa-puppet.git] / modules / apache2 / manifests / pin.pp
diff --git a/modules/apache2/manifests/pin.pp b/modules/apache2/manifests/pin.pp
deleted file mode 100644 (file)
index 020f221..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-define apache2::pin () {
-       $snippet = gen_hpkp_pin($name)
-
-       concat::fragment { "puppet-ssl-key-pins-header-${name}":
-               target => '/etc/apache2/conf-available/puppet-ssl-key-pins.conf',
-               content => $snippet,
-       }
-}