summaryrefslogtreecommitdiffstats
path: root/modules/zsh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 01:02:24 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 01:02:24 -0400
commitceb3dd07f0192ac06b8e62758e782ce3693905ab (patch)
tree2242420592b37850f43c7736c6e818eadf691558 /modules/zsh
parent8caa7b4cae5f66e15715ae470170dc4b73e2347e (diff)
downloadpuppet-tozt-ceb3dd07f0192ac06b8e62758e782ce3693905ab.tar.gz
puppet-tozt-ceb3dd07f0192ac06b8e62758e782ce3693905ab.zip
split up "other_packages"
Diffstat (limited to 'modules/zsh')
-rw-r--r--modules/zsh/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/zsh/manifests/init.pp b/modules/zsh/manifests/init.pp
new file mode 100644
index 0000000..e6f97aa
--- /dev/null
+++ b/modules/zsh/manifests/init.pp
@@ -0,0 +1,5 @@
+class zsh {
+ package { "zsh":
+ ensure => installed,
+ }
+}