Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
foswiki
Commits
0ceb32cc
Commit
0ceb32cc
authored
Apr 01, 2019
by
Stefan Haller
🛌
Browse files
cron-Job gekuendigt durch cschiebe
parent
7d0d7772
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/cron.rb
View file @
0ceb32cc
...
@@ -8,15 +8,3 @@ template "/etc/cron.d/foswiki" do
...
@@ -8,15 +8,3 @@ template "/etc/cron.d/foswiki" do
base_dir:
node
[
'foswiki'
][
'base_dir'
]
base_dir:
node
[
'foswiki'
][
'base_dir'
]
)
)
end
end
file
"/etc/cron.weekly/netphone"
do
content
<<
EOH
#!/bin/sh
# einmal pro Woche Datei an phonies mehlen
/bin/cat /var/lib/foswiki/data/NETPhone/MediaGateway.txt | \
/usr/bin/mail -s "media gateway file" phonies@gsi.de
EOH
mode
"0755"
only_if
{
node
[
'fqdn'
]
==
'lxwww23.gsi.de'
}
end
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