owner => 'root',
group => 'root',
mode => '0644',
- content => epp('profiles/squid/squid.conf.epp',
- {'acls' => $acls, 'http_access' => $http_access}
- ),
+ content => epp(
+ 'profiles/squid/squid.conf.epp',
+ {
+ 'acls' => $acls,
+ 'http_access' => $http_access
+ }
+ ),
require => Package['squid'],
notify => Service['squid'],
}