Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
riseup-puppet-recipes
sympa
Commits
66e85f17
Commit
66e85f17
authored
Jan 03, 2012
by
taggart
Browse files
move the debian subclasses to directory/debain.pp
parent
2c3584ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/debian.pp
View file @
66e85f17
...
...
@@ -27,21 +27,6 @@ class sympa::debian {
}
}
# move these to dirs
class
sympa::fastcgi::debian
{
package
{
[
libapache2
-
mod
-
fastcgi
,
libcgi
-
fast
-
perl
]:
ensure
=>
installed
;
}
}
class
sympa::fcgid::debian
{
package
{
[
libapache2
-
mod
-
fcgid
,
libfcgi
-
perl
]:
ensure
=>
installed
;
}
}
class
sympa::samilter::debian
{
package
{
"spamass-milter"
:
...
...
manifests/fastcgi/debian.pp
0 → 100644
View file @
66e85f17
class
sympa::fastcgi::debian
{
package
{
[
libapache2
-
mod
-
fastcgi
,
libcgi
-
fast
-
perl
]:
ensure
=>
installed
;
}
}
manifests/fcgid/debian.pp
0 → 100644
View file @
66e85f17
class
sympa::fcgid::debian
{
package
{
[
libapache2
-
mod
-
fcgid
,
libfcgi
-
perl
]:
ensure
=>
installed
;
}
}
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