diff --git a/modules/services/unix/http/apache_bash_cgi/manifests/init.pp b/modules/services/unix/http/apache_bash_cgi/manifests/init.pp index 3a0114bba..0e53bbe5e 100644 --- a/modules/services/unix/http/apache_bash_cgi/manifests/init.pp +++ b/modules/services/unix/http/apache_bash_cgi/manifests/init.pp @@ -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', } } \ No newline at end of file