aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/http.pp
blob: 3a39ff57f2f19172bb352c6836eecfe945f3e6fe (plain)
1
2
3
4
5
6
7
class nodo::utils::http {
  package { [
    'curl',
  ]:
    ensure => present,
  }
}