diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-24 16:57:59 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-24 16:57:59 +0000 |
commit | cf0ee6c8568085c26825eb23fb851ee56910efc0 (patch) | |
tree | bc2bd87bfd9429f29b6a81fd13f4fb2987342374 /modules/git/manifests | |
parent | 9b10255c78442a684dbc6a0cee051850782d83c8 (diff) | |
download | puppet-cf0ee6c8568085c26825eb23fb851ee56910efc0.tar puppet-cf0ee6c8568085c26825eb23fb851ee56910efc0.tar.gz puppet-cf0ee6c8568085c26825eb23fb851ee56910efc0.tar.bz2 puppet-cf0ee6c8568085c26825eb23fb851ee56910efc0.tar.xz puppet-cf0ee6c8568085c26825eb23fb851ee56910efc0.zip |
add require for ordering purpose
Diffstat (limited to 'modules/git/manifests')
-rw-r--r-- | modules/git/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index 39c8470a..1853ab94 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -62,7 +62,8 @@ class git { file { "$name/description": ensure => present, - content => $description + content => $description, + require => File["$name/git-daemon-export-ok"] } } |