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