Juan David Hurtado G
Juan David Hurtado G
Awesome script! Not able to do a PR at the moment, but let me leave some FreeBSD commands for information that is not showed at the moment: Uptime ` uptime...
> don't forget that the focus of this project is to only use shell builtins & reading from files I wrote the comment since all the commands used comes already...
ok, sorry for my misunderstanding of the project and the noise. Regards !
+1 for this feature, anyway I'll suggest letting the `browser-sync` inside the `devDependencies`
Hi, I got the same issue. I've checked that the zone id is correct. In some way the request is malformed as the HTTP 400 suggest.
Let me add that step 2 is actually against what you are proposing. I mean, you still use a 3rd party software. Not sure if this is in the scope...
I get your point, but anyway for a "master template" or an autoconfiguration command like `bastille install` for the host, ansible/puppet is not needed. I think that can be done...
yes, you were very clear. I'm just saying that for that feature you are requesting, the way of doing it will be just an sh script rather than adding a...
oh, so effectively I did not get your point in your first message @kkalev I though you talked about a template for configuring your server as a bastille host. Now,...
You can try the `config` subcommand: `bastille config TARGET get|set propertyName [newValue]` In your case: `bastille config TARGET set exec.poststart '/path/script/nfs_mount.sh 192.168.0.75'` Of course you need the `nfs_mount.sh` script. I...