aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/dev/drupal8.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/dev/drupal8.pp')
-rw-r--r--manifests/role/dev/drupal8.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/role/dev/drupal8.pp b/manifests/role/dev/drupal8.pp
index 9beee2e..0a31217 100644
--- a/manifests/role/dev/drupal8.pp
+++ b/manifests/role/dev/drupal8.pp
@@ -1,13 +1,15 @@
#
# Class for a Drupal 8 development website
#
-class nodo::role::dev::drupal8 inherits nodo::role::dev::drupal8::base (
+class nodo::role::dev::drupal8(
$project = 'drupal',
$project_folder = '/srv/shared', # '/vagrant', '/srv/kvmx'
$project_user = 'user', # 'vagrant'
$db_name = 'drupal',
$db_password = 'hackme',
) {
+ include nodo::role::dev::drupal8::base
+
# Do not use this password on production machines
database::instance { $db_name:
password => $db_password,