aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/monkeysphere.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 19:07:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 19:07:55 -0300
commitdb03a0e084e5f15fe67a7de1d4fbec0d9a404536 (patch)
tree03688fad21f46b9b3e2ff7bc8af118e071716eb9 /manifests/utils/monkeysphere.pp
parent0f83c2aebe89b53a939c2f437f827bfe9e90e02c (diff)
downloadpuppet-nodo-db03a0e084e5f15fe67a7de1d4fbec0d9a404536.tar.gz
puppet-nodo-db03a0e084e5f15fe67a7de1d4fbec0d9a404536.tar.bz2
Utils: split network, rename personal to bundle
Diffstat (limited to 'manifests/utils/monkeysphere.pp')
-rw-r--r--manifests/utils/monkeysphere.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/utils/monkeysphere.pp b/manifests/utils/monkeysphere.pp
new file mode 100644
index 0000000..8da90b9
--- /dev/null
+++ b/manifests/utils/monkeysphere.pp
@@ -0,0 +1,11 @@
+class nodo::utils::monkeysphere {
+ # Monkeysphere
+ package { [
+ 'xul-ext-monkeysphere',
+ 'xul-ext-noscript',
+ 'xul-ext-firebug',
+ 'msva-perl',
+ ]:
+ ensure => installed,
+ }
+}