diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 21:52:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-05 21:52:44 -0300 |
commit | d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7 (patch) | |
tree | ac8ed31ce5cb78241482d7353a043c152a5d7287 | |
parent | da82365ae86a902f63addc3056d4ada5f15e31fe (diff) | |
download | hydra-d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7.tar.gz hydra-d5818c8e2f0ce39cd95f119c278ceec76a1dc5a7.tar.bz2 |
Jessie stuff
-rw-r--r-- | TODO.md | 1 | ||||
-rwxr-xr-x | share/hydractl/system-upgrade | 12 |
2 files changed, 7 insertions, 6 deletions
@@ -4,6 +4,7 @@ TODO Hydra ----- +- install: move to /usr/local/share/hydra. - bootless: properly support `$subdevice` in parted or always use first partition (like `/dev/sdb1`). - init: add new repositories as superproject's submodules. - nodes: get node list via hiera files. diff --git a/share/hydractl/system-upgrade b/share/hydractl/system-upgrade index ab32bf7..05f4bc5 100755 --- a/share/hydractl/system-upgrade +++ b/share/hydractl/system-upgrade @@ -141,15 +141,15 @@ function hydra_system_upgrade_custom { #fi hydractl trac-upgrade - hydra_system_upgrade_stage puppet + #hydra_system_upgrade_stage puppet } # Enable puppet again -function hydra_system_upgrade_puppet { - echo "" - echo "Starting puppet again..." - hydractl puppet-enable -} +#function hydra_system_upgrade_puppet { +# echo "" +# echo "Starting puppet again..." +# hydractl puppet-enable +#} # Initialize if [ ! -e "$STATE" ]; then |