You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is being thrown in puppet proper, at https://github.com/puppetlabs/puppet/blob/master/lib/puppet/util/log.rb#L322 from the "info" line in the provider. Somehow the Puppet::Util::Log is having an issue instantiating the log message as whatever the source variable on the object "is", it doesn't have a tags method, even though it has a "path"
i have the same issue, i see the error below, if one of the accounts is manullay removed from the share permissions. ( Puppet 3.4.2)
Error: /Stage[main]/Puppetlabs_acl::Net_webserver_acl/Net_share[Repositories]: C
ould not evaluate: undefined method `tags' for Net_share[Repositories](provider=
net_share):Puppet::Type::Net_share::ProviderNet_share
I just deleted line 46 in lib/puppet/provider/net_share/net_share.rb which has "fixed" the problem for us, not the best solution but it works. It looks like a statement that was left in there from testing.
The text was updated successfully, but these errors were encountered: