correct lighttpd package name
This commit is contained in:
parent
088c7f6aad
commit
3f6a718d59
1 changed files with 3 additions and 3 deletions
|
@ -151,9 +151,9 @@ class md_publisher(Array $allow_clients = []) {
|
||||||
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
ssh_key => safe_hiera('publisher_ssh_key',"NOT SET IN HIERA"),
|
||||||
ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA")
|
ssh_key_type => safe_hiera('publisher_ssh_key_type',"HOT SET IN HIERA")
|
||||||
}
|
}
|
||||||
package {'lighthttpd': ensure => latest } ->
|
package {'lighttpd': ensure => latest } ->
|
||||||
service {'lighthttpd': ensure => running } ->
|
service {'lighttpd': ensure => running } ->
|
||||||
sunet::misc::ufw_allow {'allow-lighthttpd':
|
sunet::misc::ufw_allow {'allow-lighttpd':
|
||||||
from => $allow_clients,
|
from => $allow_clients,
|
||||||
port => 80
|
port => 80
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue