summaryrefslogtreecommitdiffstats
path: root/modules/zsh/manifests/init.pp
blob: e6f97aa2fbc66b0283c7bfcb9e438c5715148af8 (plain) (blame)
1
2
3
4
5
class zsh {
  package { "zsh":
    ensure => installed,
  }
}