Bug #999
Server filebucket doesn't work for ParsedFile types
| Status: | Accepted | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | RAL | |||
| Target version: | - | |||
| Affected Puppet version: | 0.24.8 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Using the ‘puppet’ filebucket defined in my main site.pp as so:
filebucket { puppet:
server => $puppet_server,
port => $return_port
}
Filebucketing of ParsedFile types (such as host) completely fail to filebucket to the remote filebucket. If I omit the filebucket code in site.pp, the successfully filebucket to the local filebucket.
E.g.
host { 'testhost':
ensure => present,
ip => '1.2.3.4'
}
Tested against GIT 0.24.x Mon Jan 7 19:24:10 2008 -0600
Related issues
History
Updated by Derek Whayman over 4 years ago
N.B. In client bucket mode, you get one bucketed file PER LINE/RECORD CHANGED! Not sure if this is intentional. My opinion is that it should be bucketed once per file.
Updated by Redmine Admin almost 4 years ago
- Status changed from 1 to Accepted
Updated by James Turnbull almost 3 years ago
- Assignee deleted (
Puppet Community) - Affected Puppet version set to 0.24.8