summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorarnaud.oqube@c9b8c7ea33f1dea0b7a5485b86825c5bfa9efbf72015-05-29 07:26:51 +0000
committeradmin2015-05-29 07:26:51 +0000
commit0f606c170fc7b7ae06efab26f797d366baeb5fb7 (patch)
tree043db9372be349fe75dcf11f2b90689168a79422 /doc
parent6c06fac18d82fade3fe28185085c8c1e3885a76e (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/passing_host_address_dynamically_to_propellor.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/passing_host_address_dynamically_to_propellor.mdwn b/doc/forum/passing_host_address_dynamically_to_propellor.mdwn
new file mode 100644
index 00000000..1d6bc0be
--- /dev/null
+++ b/doc/forum/passing_host_address_dynamically_to_propellor.mdwn
@@ -0,0 +1,2 @@
+I would like to be able to pass the address of a host dynamically to propellor, e.g. to do something like `./propellor 1.2.3.4` so that I can apply some predefined set of properties.
+I tried to implement, it compiles just fine, but does fail to run properly on the remote (or even local) host because `defaultMain` does some transformation of command-line and of course the host name/address does not exist statically in the git repo that's built and run on the remote host. Would there be another way to do what I want?