summaryrefslogtreecommitdiffstats
path: root/tozt/conf/manifests/init.pp
blob: 36e5f225967307cc14935db554c2a3301927dc28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class conf {
  include c_toolchain
  include cron
  include git

  package {
    [
      "cmake",
      "fortune-mod",
      "less",
      "vim",
    ]:
    ensure => installed,
  }
}