Displaying 1 result from an estimated 1 matches for "mindcandy".
2008 Jun 27
3
Odd behavior on require => Package
I have this block of code:
package { "tallyman":
name => "tallyman",
ensure => latest,
require => Package["perl-libwww-perl"],
}
Which results in this error:
err: Could not apply complete configuration: Could not retrieve
dependency ''Package[perl-libwww-perl]'' at /var/puppet/modules/tallyman/
manifests/init.pp:7
Yet