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
e563b9aa
Commit
e563b9aa
authored
Aug 07, 2010
by
mh
Browse files
remove unnecessary fileserver variable (#2460)
parent
62b13788
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/base.pp
View file @
e563b9aa
...
...
@@ -5,9 +5,9 @@ class imapproxy::base {
}
file
{
'/etc/imapproxy.conf'
:
source
=>
[
"puppet://
$server
/modules/site-imapproxy/
${fqdn}
/imapproxy.conf"
,
"puppet://
$server
/modules/site-imapproxy/imapproxy.conf"
,
"puppet://
$server
/modules/imapproxy/imapproxy.conf"
],
source
=>
[
"puppet:///modules/site-imapproxy/
${fqdn}
/imapproxy.conf"
,
"puppet:///modules/site-imapproxy/imapproxy.conf"
,
"puppet:///modules/imapproxy/imapproxy.conf"
],
require
=>
Package
[
up
-
imapproxy
],
notify
=>
Service
[
imapproxy
],
owner
=>
root
,
group
=>
0
,
mode
=>
0644
;
...
...
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