Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed Apr 22, 2020
1 parent d7479d4 commit f396722
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 1.3.1 2020-04-22

* Updated `README.md`

## Version 1.3.0 2020-04-22

* [Extra] added parameter for zabbix-agent installation (-z false)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ Be aware, turning off latest System Center Virtual Machine Agent will cause Syst
* adjust `/files/provision.sh` to modify package's versions/servers.
* change `"provision_script_options"` variable to:
* -p (true/false) - switch Install Puppet on/off
* -w (true/false) - switch Install Webmin on/off
* -w (true/false) - switch Install Webmin on/off (CentOS7 only)
* -h (true/false) - switch Install Hyper-V integration services on/off
* -u (true/false) - switch yum update all on/off (usable when creating previous than `latest` version of OS)
* -z (true/false) - switch Zabbix-agent installation
* -c (true/false) - switch Cockpit installation (CentOS8 only)
Example:

```json
"provision_script_options": "-p false -u true -w true -h false"
"provision_script_options": "-p false -u true -w true -h false -z false"
```

* `prepare_neofetch.sh` - default banner during after the login - change required fields you'd like to see in `provision.sh`
Expand Down

0 comments on commit f396722

Please sign in to comment.