From 428c41e9d917aeacd0f69e0f5b939d0b5ff788e9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:27 -0400 Subject: [PATCH] Add pvc-installer to create-local-repo script --- create-local-repo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/create-local-repo.sh b/create-local-repo.sh index c071e38..78194aa 100755 --- a/create-local-repo.sh +++ b/create-local-repo.sh @@ -4,9 +4,8 @@ # project as a submodule. echo "This script will create a new repository for storing your local modifications" -echo "and configurations. It will then include the pvc-ansible repository as a" -echo "submodule for ease of updating and management. Please enter the requested" -echo "details to proceed." +echo "and configurations. It will then include the pvc-ansible and pvc-installer " +echo "repositories as submodules for ease of updating and management." echo echo -n "Absolute path to new repository ('~', '\$HOME', etc. are NOT supported): " @@ -18,8 +17,9 @@ mkdir -p ${target_path} pushd ${target_path} git init . -echo "Adding submodule..." +echo "Adding submodules..." git submodule add https://github.com/parallelvirtualcluster/pvc-ansible +git submodule add https://github.com/parallelvirtualcluster/pvc-installer echo "Creating directories and symlinks..." mkdir files group_vars roles