mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
Fix: Added a file resource for the /usr/lib/cgi-bin/ directory.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
class apache_bash_cgi::init {
|
||||
file { '/usr/lib/cgi-bin/':
|
||||
ensure => directory,
|
||||
}
|
||||
|
||||
file { '/usr/lib/cgi-bin/test.cgi':
|
||||
ensure => file,
|
||||
source => 'puppet:///modules/apache_bash_cgi/test.cgi',
|
||||
ensure => present,
|
||||
mode => '755',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user