aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
blob: bca9bbf9c363102d7fc308a718f395a857de6457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class nodo::role::proxy inherits nodo::base::virtual {
  class { 'nginx': }

  # TODO: Apt cacher: still buggy and needs hardening
  #package { 'apt-cacher-ng':
  #  ensure => present,
  #}
  #
  #service { 'apt-cacher-ng':
  #  ensure  => stopped,
  #  require => Package['apt-cacher-ng'],
  #}
}