Skip to content

Commit

Permalink
Merge pull request #1539 from jplindquist/master
Browse files Browse the repository at this point in the history
Adding requirement for httpd package
  • Loading branch information
hunner authored Oct 19, 2016
2 parents 5ec0ff1 + b253993 commit 42a784a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/mod/security.pp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
purge => true,
force => true,
recurse => true,
require => Package['httpd'],
}

file { "${modsec_dir}/activated_rules":
Expand Down

0 comments on commit 42a784a

Please sign in to comment.