From 343e682bb9dc7b2ed60dc42eb442a51dab4f96ac Mon Sep 17 00:00:00 2001 From: Abir Majumdar Date: Mon, 20 Aug 2018 22:22:30 -0700 Subject: [PATCH] Updating readme with updated repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f27120e..3d4a532 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository provides "batteries-included" starter Puppet content. It shows y Installation with git ``` -git clone https://github.com/puppetlabs/puppet-starter_content.git +git clone https://github.com/maju6406/control-repo.git cd puppet-starter_content sudo bash scripts/nc_setup.sh sudo /opt/puppetlabs/bin/puppet agent -t @@ -21,8 +21,8 @@ sudo /opt/puppetlabs/bin/puppet agent -t Installation with curl ``` -curl -sSL https://github.com/puppetlabs/puppet-starter_content/archive/production.tar.gz | tar -zx -cd puppet-starter_content-production +curl -sSL https://github.com/puppetlabs/control-repo/archive/production.tar.gz | tar -zx +cd control-repo-production sudo bash scripts/nc_setup.sh sudo /opt/puppetlabs/bin/puppet agent -t ```