diff options
author | mail_redacted_for_web | 2016-10-26 10:46:56 -0400 |
---|---|---|
committer | mail_redacted_for_web | 2016-10-26 07:46:56 -0700 |
commit | b6af290069f6ff5bba64ba63e983964c44ccae84 (patch) | |
tree | 4560c58125bfe037cb92cc37c3547a3a80ea1a75 /manifests | |
parent | 5497d199b3c851a317638905e77f44f2fafc64d4 (diff) | |
download | control-repo-template-b6af290069f6ff5bba64ba63e983964c44ccae84.tar.bz2 |
Provide permalink for filebucket deprecation (#43)
"Latest" stopped resolving several PE releases ago.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 5573ee0..7059c8c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -12,7 +12,7 @@ ## Active Configurations ## # Disable filebucket by default for all File resources: -#http://docs.puppetlabs.com/pe/latest/release_notes.html#filebucket-resource-no-longer-created-by-default +#https://docs.puppet.com/pe/2015.3/release_notes.html#filebucket-resource-no-longer-created-by-default File { backup => false } # DEFAULT NODE |