summaryrefslogtreecommitdiff
path: root/modules/profiles/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
commitcad8f107bf7e81ab143cc7a2cb9660761589eb3b (patch)
treec7ed9628010a96bbc3dfda297e64da237107a049 /modules/profiles/manifests/fcgiwrap.pp
parentSet refreshonly for wpa_supplicant. (diff)
downloadwebdav_server-cad8f107bf7e81ab143cc7a2cb9660761589eb3b.tar.gz
webdav_server-cad8f107bf7e81ab143cc7a2cb9660761589eb3b.tar.xz
Move remaining out of site.pp.
Diffstat (limited to 'modules/profiles/manifests/fcgiwrap.pp')
-rw-r--r--modules/profiles/manifests/fcgiwrap.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/profiles/manifests/fcgiwrap.pp b/modules/profiles/manifests/fcgiwrap.pp
new file mode 100644
index 0000000..fa667d1
--- /dev/null
+++ b/modules/profiles/manifests/fcgiwrap.pp
@@ -0,0 +1,8 @@
+class profiles::fcgiwrap {
+ ensure_packages(['fcgiwrap'])
+
+ service { 'fcgiwrap.socket':
+ ensure => running,
+ enable => true,
+ }
+}