From 3f6a718d59c5b3eac836951221d60eb19dd84afe Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 11 Feb 2018 22:25:47 +0100 Subject: [PATCH] correct lighttpd package name --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index ba15bcda..d94f0ad2 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -151,9 +151,9 @@ class md_publisher(Array $allow_clients = []) { ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"), ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA") } - package {'lighthttpd': ensure => latest } -> - service {'lighthttpd': ensure => running } -> - sunet::misc::ufw_allow {'allow-lighthttpd': + package {'lighttpd': ensure => latest } -> + service {'lighttpd': ensure => running } -> + sunet::misc::ufw_allow {'allow-lighttpd': from => $allow_clients, port => 80 }