Disable file bucket to match default PE2015.3 behavior
This commit is contained in:
parent
cc34e25fd5
commit
2ed03892d9
@ -11,20 +11,9 @@
|
|||||||
|
|
||||||
## Active Configurations ##
|
## Active Configurations ##
|
||||||
|
|
||||||
# PRIMARY FILEBUCKET
|
# Disable filebucket by default for all File resources:
|
||||||
# This configures puppet agent and puppet inspect to back up file contents when
|
#http://docs.puppetlabs.com/pe/latest/release_notes.html#filebucket-resource-no-longer-created-by-default
|
||||||
# they run. The Puppet Enterprise console needs this to display file contents
|
File { backup => false }
|
||||||
# and differences.
|
|
||||||
|
|
||||||
# Define filebucket 'main':
|
|
||||||
filebucket { 'main':
|
|
||||||
#server should point to one master that will be the file bucket
|
|
||||||
server => "${settings::server}",
|
|
||||||
path => false,
|
|
||||||
}
|
|
||||||
|
|
||||||
# Make filebucket 'main' the default backup location for all File resources:
|
|
||||||
File { backup => 'main' }
|
|
||||||
|
|
||||||
# DEFAULT NODE
|
# DEFAULT NODE
|
||||||
# Node definitions in this file are merged with node data from the console. See
|
# Node definitions in this file are merged with node data from the console. See
|
||||||
|
Loading…
Reference in New Issue
Block a user