diff options
Diffstat (limited to 'spec/fixtures/releases/jamtur01-apache/manifests/php.pp')
-rw-r--r-- | spec/fixtures/releases/jamtur01-apache/manifests/php.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/releases/jamtur01-apache/manifests/php.pp b/spec/fixtures/releases/jamtur01-apache/manifests/php.pp new file mode 100644 index 000000000..0827e8043 --- /dev/null +++ b/spec/fixtures/releases/jamtur01-apache/manifests/php.pp @@ -0,0 +1,5 @@ +class apache::php{ + package{'libapache2-mod-php5': + ensure => present, + } +} |