diff options
Diffstat (limited to 'manifests/dev/php.pp')
-rw-r--r-- | manifests/dev/php.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/dev/php.pp b/manifests/dev/php.pp new file mode 100644 index 0000000..7cfd249 --- /dev/null +++ b/manifests/dev/php.pp @@ -0,0 +1,7 @@ +class websites::dev::php inherits websites::setup { + # Include the needed classes for website development + include php + + # Declare the needed classes for website development + class { 'drupal': } +} |