Merge pull request #4 from nixinator/nixinator-add-buildOn
added buildOn to example
This commit is contained in:
commit
32953fe5f0
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
_module.args.nixinate = {
|
_module.args.nixinate = {
|
||||||
host = "itchy.scratchy.com";
|
host = "itchy.scratchy.com";
|
||||||
sshUser = "matthew";
|
sshUser = "matthew";
|
||||||
|
buildOn = "local"; # valid args are "local" or "remote"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# ... other configuration ...
|
# ... other configuration ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue