Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
imapproxy
Commits
8a36fff6
Commit
8a36fff6
authored
Jun 14, 2012
by
o@immerda.ch
Browse files
remove hiera stuff
parent
ebcd1808
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
8a36fff6
...
...
@@ -3,13 +3,15 @@
# GPLv3
#
class
imapproxy
{
class
imapproxy
(
$manage_shorewall
=
false
)
{
case
$::operatingsystem
{
gentoo
:
{
include
imapproxy::gentoo
}
default
:
{
include
imapproxy::base
}
}
if
hiera
(
'us
e_shorewall
'
,
false
)
{
if
$manag
e_shorewall
{
include
shorewall::rules::out::imap
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment