diff options
author | mail_redacted_for_web | 2019-07-10 11:22:04 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2019-07-11 09:33:14 -0700 |
commit | dddbd8d15c0f8432c8dbb512c74c45eae312fc32 (patch) | |
tree | 45b115dacad8d0e5fe27918968d2119d26a288e7 /environment.conf | |
parent | 535d94437baa681a2117444bb73c58f6d05727e4 (diff) | |
download | control-repo-template-dddbd8d15c0f8432c8dbb512c74c45eae312fc32.tar.bz2 |
(maint) Update Puppetfile versions, update style
This commit updates the Puppetfile example module versions to list the
latest releases for the example modules as of 2019-07-10, and also
updates several files for style.
Standardizing on double-quotes in YAML due to:
1. Functional irrelevance between single vs. double quotes in our YAML
2. Prevalent use of double-quotes in Puppet documentation
3. Similar look-and-feel to other data serialization formats like JSON
Diffstat (limited to 'environment.conf')
-rw-r--r-- | environment.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environment.conf b/environment.conf index 11e1003..4944466 100644 --- a/environment.conf +++ b/environment.conf @@ -1,2 +1,2 @@ -modulepath = site-modules:modules:$basemodulepath -config_version = 'scripts/config_version.sh $environmentpath $environment' +modulepath = site-modules:modules:$basemodulepath +config_version = 'scripts/config_version.sh $environmentpath $environment' |