here we go
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class varnish {
|
||||
class varnish (
|
||||
$listen_port = '80',
|
||||
$cache = 'malloc,1500m') {
|
||||
package { 'varnish': require => Class['packages::backports'], }
|
||||
|
||||
# ncsa loggin:
|
||||
@@ -10,8 +12,9 @@ class varnish {
|
||||
|
||||
file {
|
||||
'/etc/default/varnish':
|
||||
content => template('varnish/etc_default_varnish.erb'),
|
||||
notify => Service['varnish'];
|
||||
content => template('varnish/etc_default_varnish.erb');
|
||||
|
||||
notify => Service['varnish'];
|
||||
|
||||
'/etc/default/varnishnsca':
|
||||
content => template('varnish/etc_default_varnishncsa.erb'),
|
||||
|
||||
Reference in New Issue
Block a user