From f4187aa585f693325b3aed03b7818cb2263a0c62 Mon Sep 17 00:00:00 2001 From: Subramanian Date: Thu, 8 Apr 2021 09:22:57 +0800 Subject: [PATCH] stdlib module instalaltion --- Puppetfile | 2 +- Puppetfile_orig | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Puppetfile_orig diff --git a/Puppetfile b/Puppetfile index cb744bb..1549fd1 100644 --- a/Puppetfile +++ b/Puppetfile @@ -5,7 +5,7 @@ forge 'https://forge.puppet.com' #mod 'puppetlabs/inifile', '3.0.0' #mod 'puppetlabs/stdlib', '6.0.0' #mod 'puppetlabs/concat', '6.0.0' - +mod 'puppetlabs-stdlib', '7.0.0' # Modules from Git # Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples #mod 'apache', diff --git a/Puppetfile_orig b/Puppetfile_orig new file mode 100644 index 0000000..cb744bb --- /dev/null +++ b/Puppetfile_orig @@ -0,0 +1,17 @@ +forge 'https://forge.puppet.com' + +# Modules from the Puppet Forge +# Versions should be updated to be the latest at the time you start +#mod 'puppetlabs/inifile', '3.0.0' +#mod 'puppetlabs/stdlib', '6.0.0' +#mod 'puppetlabs/concat', '6.0.0' + +# Modules from Git +# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples +#mod 'apache', +# git: 'https://github.com/puppetlabs/puppetlabs-apache', +# commit: '1b6f89afdde0df7f9433a163d5c4b5328eac5779' + +#mod 'apache', +# git: 'https://github.com/puppetlabs/puppetlabs-apache', +# branch: 'docs_experiment'