Issue #22931 has been reported by 金 黄.

----------------------------------------
Bug #22931: Invalid parameter provider for providers
https://projects.puppetlabs.com/issues/22931

* Author: 金 黄
* Status: Unreviewed
* Priority: High
* Assignee: Josh Cooper
* Category: 
* Target version: 3.x
* Affected Puppet version: 3.2.2
* Keywords: Invalid parameter provider
* Branch: 
----------------------------------------
# node1.pp:
## ...
## file {"/tmp/11.sh":
## content=>"service snmpd restart \n rm -rf /tmp/11.sh";}
## exec {
## "service restart":
## timeout => 1800,
# *provider => shell,* #The line number: 16
## command => "sh /tmp/11.sh",
## require => File["/tmp/11.sh"]
## }
## ...
# puppet-master log:
## puppet-mster[1109]: Invalid parameter provider at 
/etc/puppet/manifests/nodes/node1.pp:16 on node node1
# puppet-agent log:
## puppet-agent[29079]: Retrieving plugin
## puppet-agent[29079]: Could not retrieve catalog from remote server: Error 
400 on SERVER: Invalid parameter provider at 
/etc/puppet/manifests/nodes/node1.pp:16 on node node1
## puppet-agent[29079]: Not using cache on failed catalog
## puppet-agent[29079]: Could not retrieve catalog; skipping run


# I restart the puppetmaster service(service puppetmaster restart) is normal, 
but not specific to solve the above problems.




-- 
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://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to