Hi all,

Does a subscription result in an auto-requirement?

For example, in the service below, is the require redundant?

package { 'PACKAGE':
  ensure => latest
}

file { 'CONFIG-FILE':
  ...
  require => Package['PACKAGE']
}       

service { 'SERVICE':
  ...
  subscribe => File['CONFIG_FILE'],
  require => File['CONFIG_FILE']
}

Martin.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" 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-users?hl=en.

Reply via email to