aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/browser/hardened.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 16:29:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 16:29:26 -0300
commit4a880ad141c8deefb41549e5e79c868303e1c296 (patch)
tree259be8415b54beb82bcafa6fed2114de49a627b4 /manifests/utils/browser/hardened.pp
parent50d24f812a1ea34e190632cfef4b217490d7522d (diff)
downloadpuppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.gz
puppet-nodo-4a880ad141c8deefb41549e5e79c868303e1c296.tar.bz2
Coding style for utilities
Diffstat (limited to 'manifests/utils/browser/hardened.pp')
-rw-r--r--manifests/utils/browser/hardened.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/utils/browser/hardened.pp b/manifests/utils/browser/hardened.pp
index e641a71..47133e1 100644
--- a/manifests/utils/browser/hardened.pp
+++ b/manifests/utils/browser/hardened.pp
@@ -1,9 +1,9 @@
class nodo::utils::browser::hardened {
package { [
- 'torbrowser-launcher',
- 'xul-ext-requestpolicy',
- 'xul-ext-certificatepatrol',
- ]:
+ 'torbrowser-launcher',
+ 'xul-ext-requestpolicy',
+ 'xul-ext-certificatepatrol',
+ ]:
ensure => present,
}
}