summaryrefslogtreecommitdiff
path: root/manifests/fcgiwrap.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-05 05:07:25 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-05 05:07:25 +0100
commit909f8689b6ee300fed10618768721027e26283fa (patch)
tree6276c3bf1dc128aeffd57285fee1e4ac808b2a89 /manifests/fcgiwrap.pp
parentActually include letsencrypt. (diff)
downloadprofiles-909f8689b6ee300fed10618768721027e26283fa.tar.gz
profiles-909f8689b6ee300fed10618768721027e26283fa.tar.xz
Move remaining out of site.pp.
Diffstat (limited to 'manifests/fcgiwrap.pp')
-rw-r--r--manifests/fcgiwrap.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/fcgiwrap.pp b/manifests/fcgiwrap.pp
new file mode 100644
index 0000000..fa667d1
--- /dev/null
+++ b/manifests/fcgiwrap.pp
@@ -0,0 +1,8 @@
+class profiles::fcgiwrap {
+ ensure_packages(['fcgiwrap'])
+
+ service { 'fcgiwrap.socket':
+ ensure => running,
+ enable => true,
+ }
+}