aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-17 17:01:16 +0000
committerDamien Lallement <dams@mageia.org>2011-02-17 17:01:16 +0000
commit71c7fa704f818530d1faa9a9187a071ffa48333d (patch)
tree2714e392fd1885f8e3d96588eea97344d18f5eff /modules/planet/templates
parent25364252170c41c3143715c8f8d1736e6d9f4990 (diff)
downloadpuppet-71c7fa704f818530d1faa9a9187a071ffa48333d.tar
puppet-71c7fa704f818530d1faa9a9187a071ffa48333d.tar.gz
puppet-71c7fa704f818530d1faa9a9187a071ffa48333d.tar.bz2
puppet-71c7fa704f818530d1faa9a9187a071ffa48333d.tar.xz
puppet-71c7fa704f818530d1faa9a9187a071ffa48333d.zip
update mail message
Diffstat (limited to 'modules/planet/templates')
-rwxr-xr-xmodules/planet/templates/deploy_new-planet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/deploy_new-planet.sh b/modules/planet/templates/deploy_new-planet.sh
index c2f5885b..786f4eef 100755
--- a/modules/planet/templates/deploy_new-planet.sh
+++ b/modules/planet/templates/deploy_new-planet.sh
@@ -32,7 +32,7 @@ then
/bin/mkdir $FILE"cache"
/bin/chown -R planet:apache $FILE
/bin/chmod g+w $FILE"custom" $FILE"custom/people.opml" $FILE"admin/inc/pwd.inc.php" $FILE"cache"
- echo -e "Info: a new Planet had been deployed.\nThe locale is: \"$locale\"" | /bin/mail -s "New planet Mageia deployed" mageia-webteam@<%= domain %>,mageia-marcom@<%= domain %>
+ echo -e "Info: a new Planet had been deployed.\nThe locale is: \"$locale\" - http://planet.<%= domain %>/$locale\n-- \nMail sent by the script '$0' on `hostname`" | /bin/mail -s "New planet Mageia deployed" mageia-webteam@<%= domain %>,mageia-marcom@<%= domain %>
fi
else
echo "Aborted, please try again."