diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 16:35:35 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 16:35:35 +0200 |
commit | ee0647000f7d4baf644a2860d260932d41908f39 (patch) | |
tree | 12fd388f6938d49b2d2b2ade3e5c6dfda5f79101 | |
parent | f881d0066e5322efb6012c3832fd2ca24bac5d60 (diff) | |
download | cacert-puppet-ee0647000f7d4baf644a2860d260932d41908f39.tar.gz cacert-puppet-ee0647000f7d4baf644a2860d260932d41908f39.tar.xz cacert-puppet-ee0647000f7d4baf644a2860d260932d41908f39.zip |
Fix profile class name
-rw-r--r-- | sitemodules/profiles/manifests/squid.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/squid.pp b/sitemodules/profiles/manifests/squid.pp index 24b3fdd..049401b 100644 --- a/sitemodules/profiles/manifests/squid.pp +++ b/sitemodules/profiles/manifests/squid.pp @@ -26,7 +26,7 @@ # --------- # # Copyright 2017 Jan Dittberner -class profiles::base ( +class profiles::squid ( Array[String] $acls = [], ) { package { 'squid': |