diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 11:02:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 11:02:17 -0300 |
commit | c4a8a321b33f0b3e67997220eabaf8cb57918adc (patch) | |
tree | 7e06d78da01d6a0fdfb83376b14d97e5167b662e /share/config/provision | |
parent | 5077ee7d9a9f80ac400ce509124352300e7f8e43 (diff) | |
download | hydra-c4a8a321b33f0b3e67997220eabaf8cb57918adc.tar.gz hydra-c4a8a321b33f0b3e67997220eabaf8cb57918adc.tar.bz2 |
Provision: openssh-server installation should be optional and disabled for TPC profile
Diffstat (limited to 'share/config/provision')
-rw-r--r-- | share/config/provision/tpc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf index 5b9b932..5c209a0 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -16,3 +16,4 @@ arch="amd64" # System arch version="jessie" # Distro version grub="y" # Setup GRUB? mirror="http://http.debian.net/debian/" # Debian mirror +ssh="n" # Install openssh-server? |