aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/manifests/init.pp
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2010-11-26 16:57:31 +0000
committerDamien Lallement <dams@mageia.org>2010-11-26 16:57:31 +0000
commitffc55a0179fda19964c9b6cf09d5a2bf032d2437 (patch)
treef988a00c8e6e9896cabec7c65ec9ecef42bbfb32 /modules/blog/manifests/init.pp
parentcd2322fded52ca44fb6372e0379a776f4a320dcb (diff)
downloadpuppet-ffc55a0179fda19964c9b6cf09d5a2bf032d2437.tar
puppet-ffc55a0179fda19964c9b6cf09d5a2bf032d2437.tar.gz
puppet-ffc55a0179fda19964c9b6cf09d5a2bf032d2437.tar.bz2
puppet-ffc55a0179fda19964c9b6cf09d5a2bf032d2437.tar.xz
puppet-ffc55a0179fda19964c9b6cf09d5a2bf032d2437.zip
Fix the check on wget if server is down (thanks to rtp)
Diffstat (limited to 'modules/blog/manifests/init.pp')
-rw-r--r--modules/blog/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index ab7f9ec0..05a8bae1 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -5,13 +5,13 @@ class blog {
ensure => installed
}
- package { 'wget':
+ package { 'php-mysql':
ensure => installed
}
include apache::mod_php
- package { 'php-mysql':
+ package { 'wget':
ensure => installed
}