[icinga-checkins] icinga.org: icingaweb2/feature/deduplicate-puppet-code-6842: icingaweb2_dev: install Mockery
git at icinga.org
git at icinga.org
Wed Nov 26 14:06:25 CET 2014
Module: icingaweb2
Branch: feature/deduplicate-puppet-code-6842
Commit: fb6b2a72733d74bc4677f05d411b85ded2397ec0
URL: https://git.icinga.org/?p=icingaweb2.git;a=commit;h=fb6b2a72733d74bc4677f05d411b85ded2397ec0
Author: Alexander Klimov <alexander.klimov at netways.de>
Date: Wed Nov 26 14:03:04 2014 +0100
icingaweb2_dev: install Mockery
---
.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp
index cea92ab..e0015b6 100644
--- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp
+++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp
@@ -132,4 +132,8 @@ class icingaweb2_dev {
]]
],
}
+
+ package { 'php-deepend-Mockery':
+ ensure => latest,
+ }
}
More information about the icinga-checkins
mailing list