Displaying 1 result from an estimated 1 matches for "vwmrcpd".
2012 Feb 09
2
Puppet master can not find file_metadata for my puppet module
...nd a puppet
agent version 2.7.5. I am simply trying to apply changes to files by
defining a file resource in my manifest. When I execute my puppet
agent to do the installation it complains it can not find the file
meta data.
Here is my manifest.
class neospeech::config {
file { "/usr/vwmrcpd/vwmrcpd/vwmrcpd":
owner => root,
group => root,
mode => 755,
source => "puppet:///modules/neospeech/vmwrcpd",
require => Class["neospeech::install"],
}
file { "/usr/vwmrcpd/ini/vwmrcpsrv.ini":...