Puppet: System Administration Automated

Support

Ticket #700 (closed defect: duplicate)

Opened 1 year ago

Last modified 1 year ago

Collecting exported resources with relationships fail

Reported by: thijs Assigned to: luke
Priority: normal Milestone:
Component: library Version: 0.23.0
Severity: normal Keywords: export, collect, relationships
Cc: Triage Stage: Unreviewed
Attached Patches: None Complexity: Unknown

Description

Collecting exported resources with relationships fails for me. If on one machine I do:

@@file { "test":
  ensure => ...,
  notify => Service["iptables"],
}

and on another I do:

  File <<||>>

I get an error on the client:

err: Could not create test: Parameter notify failed: Relationships must be resource references at line 28
err: Parameter notify failed: Relationships must be resource references at line 28

and on the master I get:

err: Could not store configs: ResourceTag expected, got String

although I'm not entirely sure if that's related.

I'm using the latest from svn (as of 1-7-2007).

Change History

(in reply to: ↑ description ) 07/01/07 18:25:49 changed by DavidS

Replying to thijs:

Collecting exported resources with relationships fails for me. If on one machine I do: {{{ @@file { "test": ensure => ..., notify => Serviceiptables?, } }}} and on another I do: {{{

File <<>> }}} I get an error on the client: {{{ err: Could not create test: Parameter notify failed: Relationships must be resource references at line 28 err: Parameter notify failed: Relationships must be resource references at line 28 }}}

This seems to be a duplicate of https://reductivelabs.com/trac/puppet/ticket/695

and on the master I get: {{{ err: Could not store configs: Resource Tag? expected, got String }}} although I'm not entirely sure if that's related.

This seems to be a duplicate of https://reductivelabs.com/trac/puppet/ticket/689

I'm using the latest from svn (as of 1-7-2007).

07/04/07 21:35:43 changed by luke

  • status changed from new to closed.
  • resolution set to duplicate.

This is a duplicate of #695.