Skip to content
Snippets Groups Projects
Commit bdab4e2d authored by Andreas Alvarsson's avatar Andreas Alvarsson
Browse files

tabs

parent 0efa0b38
Branches
Tags
1 merge request!2Merge till Production
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
class skadereg::firewall{
::server_firewall::constricto_chain{ 'skadereg': }
::server_firewall::rules_file { '55-permit-skadereg.rules':
content => template("${module_name}/55-permit-skadereg.rules.erb"),
require => ::Server_firewall::Constricto_chain['skadereg'],
}
::server_firewall::constricto_chain{ 'skadereg': }
::server_firewall::rules_file { '55-permit-skadereg.rules':
content => template("${module_name}/55-permit-skadereg.rules.erb"),
require => ::Server_firewall::Constricto_chain['skadereg'],
}
}
\ No newline at end of file
......@@ -61,10 +61,10 @@ class skadereg {
include ::apache::mod::rewrite
package { 'php55-php-pdo':
ensure => installed;
'php55-php-mbstring': ensure => installed;
'php55-php-common': ensure => installed;
}
ensure => installed;
'php55-php-mbstring': ensure => installed;
'php55-php-common': ensure => installed;
}
file { '/etc/httpd/modules/libphp5.so':
ensure => link,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment