summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 02:06:06 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-12 02:06:06 +0100
commitdf25c66623bb45aeb7021468e31ab9259b27e0d5 (patch)
tree6d3c7b76e59100e70aab128cdf5e3c2bba14bdfd
parentFix up shiori. (diff)
downloadprofiles-df25c66623bb45aeb7021468e31ab9259b27e0d5.tar.gz
profiles-df25c66623bb45aeb7021468e31ab9259b27e0d5.tar.xz
Remove gandalf web.
-rw-r--r--manifests/gandalf_web.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/gandalf_web.pp b/manifests/gandalf_web.pp
deleted file mode 100644
index dfa00f8..0000000
--- a/manifests/gandalf_web.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-class profiles::gandalf_web (
- String $certname,
-) {
-
- include ::nginx
-
- file { '/etc/nginx/modules-enabled':
- ensure => directory,
- purge => true,
- recurse => true,
- }
-
-}