1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

olpc.localvars -> local_vars_olpc.yml

This commit is contained in:
A Holt 2018-05-14 17:10:04 -04:00 committed by GitHub
parent 3dc576b8c3
commit f230c02a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,8 +120,8 @@ fi
if [ ! -f ./vars/local_vars.yml ]; then
case $OS in
OLPC | fedora)
cp ./vars/olpc.localvars ./vars/local_vars.yml
echo -e "\nvars/local_vars.yml created from olpc.localvars defaults."
cp ./vars/local_vars_olpc.yml ./vars/local_vars.yml
echo -e "\nvars/local_vars.yml created from local_vars_olpc.yml defaults."
;;
centos | debian | ubuntu | raspbian)
cp ./vars/local_vars_med.yml ./vars/local_vars.yml