summaryrefslogtreecommitdiffstats
path: root/modules/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/zsh')
-rw-r--r--modules/zsh/manifests/init.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/zsh/manifests/init.pp b/modules/zsh/manifests/init.pp
deleted file mode 100644
index e6f97aa..0000000
--- a/modules/zsh/manifests/init.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class zsh {
- package { "zsh":
- ensure => installed,
- }
-}