Enable squid

We want squid to come back up when the server is restarted.

Change-Id: Ife0e61afaad09a99e1219eee41636710b3276f84
This commit is contained in:
Derek Higgins 2016-12-05 12:48:29 +00:00
parent 837133e5e1
commit 8e077165c3
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ file {"/etc/squid/squid.conf":
} ~>
service {"squid":
ensure => "running",
enable => true,
}