summaryrefslogtreecommitdiff
path: root/doc/forum/Manage_multiple_different_projects_with_propellor/comment_1_dbad48163b2efd6434ea7c37a72dfd30._comment
blob: 7513cc09a567abab0f01e678fcac1ad12ef48a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2017-03-24T18:14:14Z"
 content="""
There did not used to be a good way to do that, but since propellor 3.2.3,
when you run eg "propellor --spin host", it first checks to see if there is
a `./config.hs` file, and if so, uses it instead of the user-global
`~/.propellor/config.hs`.

So, just make different git repos for the different projects with propellor
`config.hs` files in them, and `cd` into the one you want to run before running
propellor.
"""]]