Skip to content
Snippets Groups Projects
Commit 2d2280ec authored by m h's avatar m h
Browse files

linting

parent 29c986cd
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,5 @@ end ...@@ -9,4 +9,5 @@ end
mod 'puppet-healthcheck' mod 'puppet-healthcheck'
mod 'scl', :git => 'https://git-ipuppet.immerda.ch/module-scl' mod 'scl', :git => 'https://git-ipuppet.immerda.ch/module-scl'
mod 'selinux', :git => 'https://git-ipuppet.immerda.ch/module-selinux' mod 'selinux', :git => 'https://git-ipuppet.immerda.ch/module-selinux'
mod 'tor', :git => 'https://git-ipuppet.immerda.ch/module-tor'
...@@ -88,7 +88,7 @@ class schleuder::base { ...@@ -88,7 +88,7 @@ class schleuder::base {
} }
if $schleuder::gpg_use_tor { if $schleuder::gpg_use_tor {
include tor::daemon include ::tor::daemon
file{ file{
'/var/lib/schleuder/.gnupg': '/var/lib/schleuder/.gnupg':
ensure => directory, ensure => directory,
......
...@@ -26,7 +26,7 @@ class schleuder( ...@@ -26,7 +26,7 @@ class schleuder(
$export_web_api_key = false, $export_web_api_key = false,
$gpg_use_tor = false, $gpg_use_tor = false,
) { ) {
case $operatingsystem { case $facts['operatingsystem'] {
'CentOS': { include schleuder::centos } 'CentOS': { include schleuder::centos }
default: { include schleuder::base } default: { include schleuder::base }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment