Puppet: System Administration Automated

Support

Ticket #999 (new defect)

Opened 8 months ago

Last modified 5 months ago

Server filebucket doesn't work for ParsedFile types

Reported by: whaymand Assigned to: community
Priority: normal Milestone:
Component: RAL Version: 0.24.1
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description

Using the 'puppet' filebucket defined in my main site.pp as so:

filebucket { puppet:
    server => $puppet_server,
    port => $return_port
}

Filebucketing of Parsed File? 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

Change History

01/09/08 17:16:58 changed by whaymand

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.

01/28/08 04:47:50 changed by luke

  • stage changed from Unreviewed to Accepted.

04/24/08 07:10:24 changed by luke

  • component changed from library to RAL.