summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorspwhitton2015-11-10 19:49:36 +0000
committeradmin2015-11-10 19:49:36 +0000
commit02cbbfe45425b8a4dccf19e456f5a08c62d326b0 (patch)
tree20bfb6d26f3f0c991db8d5dbe9f6b56374fe18cf /doc
parent1fe817fe23c5639d0fe934251e0f18a31986f396 (diff)
create forum post
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Updating_a_host__39__s_centralised_git_repo_URI_without_spinning.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Updating_a_host__39__s_centralised_git_repo_URI_without_spinning.mdwn b/doc/forum/Updating_a_host__39__s_centralised_git_repo_URI_without_spinning.mdwn
new file mode 100644
index 00000000..f1bb6e1c
--- /dev/null
+++ b/doc/forum/Updating_a_host__39__s_centralised_git_repo_URI_without_spinning.mdwn
@@ -0,0 +1 @@
+I'm managing a host with propellor that is booted up perhaps once per week at random times (it's my grandparents' machine). I have it running propellor with a cronjob in the standard way, pulling from a git repository, so I can update its configuration by pushing PGP-signed changes to the centralised git repo. Now, I would like to change the URI of the centralised git remote. Can I just write a `cmdProperty` that sets the new URI on the repo in `/usr/local/propellor`? As described, I can't simply --spin the host as I never know when it's online.