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
c06eb7cc
Commit
c06eb7cc
authored
May 12, 2008
by
mh
Browse files
added selinux stuff
parent
3d50b095
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
c06eb7cc
# modules/imapproxy/manifests/init.pp - manage imapproxy stuff
# modules/imapproxy/manifests/init.pp - manage imapproxy stuff
# Copyright (C) 2007 admin@immerda.ch
# Copyright (C) 2007 admin@immerda.ch
# GPLv3
#
#
# modules_dir { "imapproxy": }
# modules_dir { "imapproxy": }
...
@@ -9,6 +10,10 @@ class imapproxy {
...
@@ -9,6 +10,10 @@ class imapproxy {
gentoo
:
{
include
imapproxy::gentoo
}
gentoo
:
{
include
imapproxy::gentoo
}
default
:
{
include
imapproxy::base
}
default
:
{
include
imapproxy::base
}
}
}
if
$selinux
{
include
imapproxy::selinux
}
}
}
class
imapproxy::base
{
class
imapproxy::base
{
...
...
manifests/selinux.pp
0 → 100644
View file @
c06eb7cc
# manifests/selinux.pp
class
imapproxy::selinux
{
case
$operatingsystem
{
gentoo
:
{
include
imapproxy::selinux::gentoo
}
}
}
class
imapproxy::selinux::gentoo
{
selinux::module
{
"squid_immerda"
:}
}
Write
Preview
Markdown
is supported
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