From 2354f29bdd9531391351e55a589a4c7fcf1f62c9 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Thu, 15 Oct 2015 10:57:05 -0700 Subject: [PATCH] Remove reference to Distbuild type The distbuild defined type doesn't exist since 9adc5fd7, so notifying it results in a catalog compilation error. Change-Id: I9ced1f198be5e653ee7da1837a2b93e5aad815e7 --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 93ffaf0..f0613bd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -200,7 +200,6 @@ class drupal ( password => $site_mysql_password, host => $site_mysql_host, grant => ['all'], - notify => Distbuild["distbuild-${site_name}"], } }