summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorTony2018-04-13 13:41:20 +0000
committeradmin2018-04-13 13:41:20 +0000
commitec5522bdfa0c90fbedac183247fc89d708e32972 (patch)
treeee704a0b11ea05dabf5532afa0b52e73d87a1a19 /doc/forum
parentff10b18b370ff4b99794aaf51e1e0b79190c299d (diff)
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Problem_with_getting_started.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/forum/Problem_with_getting_started.mdwn b/doc/forum/Problem_with_getting_started.mdwn
new file mode 100644
index 00000000..6c438b6e
--- /dev/null
+++ b/doc/forum/Problem_with_getting_started.mdwn
@@ -0,0 +1,30 @@
+Hello, I hope this is the right place to ask for help.
+
+I am new to Haskell and Propellor; just want to give it a try. I have been using ansible but now looking for an alternative.
+
+I did the following steps:
+- install propellor on control machine with: `stack install propellor`
+- `propellor --init`
+- create a minimal config.hs file, which does nothing
+
+abc :: Host
+abc = host "abc" $ props
+ & osDebian (Stable "stretch") X86_64
+
+
+when I run `propellor --spin abc`, it ended with the last following:
+.
+.
+Installed propellor-5.3.4
+Resolving dependencies...
+Configuring config-0...
+Preprocessing executable 'propellor-config' for config-0...
+cabal: can't find source for config in .
+sh: 1: ./propellor: not found
+propellor: user error (ssh <long text>
+
+Can someone give me a hint how to process further?
+
+Regards,
+Tony
+