codestyle
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@615 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
parent
c247ed88fb
commit
3a98e63253
1 changed files with 19 additions and 21 deletions
|
@ -33,8 +33,6 @@ class sshd {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
define sshd::sshd_config (
|
||||
|
@ -55,6 +53,6 @@ define sshd::sshd_config (
|
|||
notify => $operatingsystem ? {
|
||||
openbsd => Exec[sshd_refresh],
|
||||
default => Service[sshd],
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue