Issue #999 has been updated by James Turnbull.

Assigned to deleted (Puppet Community)
Affected version set to 0.24.8


----------------------------------------
Bug #999: Server filebucket doesn't work for ParsedFile types
http://projects.reductivelabs.com/issues/999

Author: Derek Whayman
Status: Accepted
Priority: Normal
Assigned to: 
Category: RAL
Target version: 
Complexity: Unknown
Patch: None
Affected version: 0.24.8
Keywords: 


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

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

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.

<pre>
host { 'testhost':
    ensure => present,
    ip => '1.2.3.4'
}
</pre>

Tested against GIT 0.24.x Mon Jan 7 19:24:10 2008 -0600



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to