correct lighttpd package name

This commit is contained in:
Leif Johansson 2018-02-11 22:25:47 +01:00
parent 088c7f6aad
commit 3f6a718d59

View file

@ -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
}