summaryrefslogtreecommitdiff
path: root/manifests/swig.pp
blob: 5e524cb0c632ba7fca84cfa867e2719ff687e82e (plain)
1
2
3
4
5
6
# i dunno if this is the right place, but can't think of any other currently
class gcc::swig {
  package{'swig':
    ensure => installed,
  }
}