diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:23:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:23:21 -0300 |
commit | b15d4b2dc5a936052a7477a9c6ace3ac38e81dd1 (patch) | |
tree | 6756b587777d68ce7a8b672a5695e18039a70f35 /lib | |
parent | 6083f9b9a7f14deff710593234701de640fbff7f (diff) | |
download | hydra-b15d4b2dc5a936052a7477a9c6ace3ac38e81dd1.tar.gz hydra-b15d4b2dc5a936052a7477a9c6ace3ac38e81dd1.tar.bz2 |
Updating for puppet-bootstrap compatibility
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index 8dbda89..fe7606e 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -78,6 +78,7 @@ function hydra_bootstrap_config { ( cd $config + make deps make submodules make config ) |