Updating readme with updated repo

This commit is contained in:
Abir Majumdar 2018-08-20 22:22:30 -07:00 committed by GitHub
parent 9bde731d14
commit 343e682bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ This repository provides "batteries-included" starter Puppet content. It shows y
Installation with git 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 cd puppet-starter_content
sudo bash scripts/nc_setup.sh sudo bash scripts/nc_setup.sh
sudo /opt/puppetlabs/bin/puppet agent -t sudo /opt/puppetlabs/bin/puppet agent -t
@ -21,8 +21,8 @@ sudo /opt/puppetlabs/bin/puppet agent -t
Installation with curl Installation with curl
``` ```
curl -sSL https://github.com/puppetlabs/puppet-starter_content/archive/production.tar.gz | tar -zx curl -sSL https://github.com/puppetlabs/control-repo/archive/production.tar.gz | tar -zx
cd puppet-starter_content-production cd control-repo-production
sudo bash scripts/nc_setup.sh sudo bash scripts/nc_setup.sh
sudo /opt/puppetlabs/bin/puppet agent -t sudo /opt/puppetlabs/bin/puppet agent -t
``` ```