From cad8f107bf7e81ab143cc7a2cb9660761589eb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 5 Jan 2022 05:07:25 +0100 Subject: Move remaining out of site.pp. --- modules/profiles/manifests/fcgiwrap.pp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/profiles/manifests/fcgiwrap.pp (limited to 'modules/profiles/manifests/fcgiwrap.pp') 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, + } +} -- cgit v1.2.3