Fixed lint errors from ssl module.
This commit is contained in:
parent
11d8f85e7a
commit
997ee46217
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
class ssl {
|
||||
|
||||
case $operatingsystem {
|
||||
case $::operatingsystem {
|
||||
"centos","fedora": {
|
||||
$certs = "/etc/pki/tls/certs"
|
||||
$private = "/etc/pki/tls/private"
|
||||
|
|
Loading…
Add table
Reference in a new issue