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
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Hi all,
just started to use this module so I don't know if this is my issue or what, but I'm trying to use this declaration in a node manifest, after mcollective:
but no matter what I try, I always get this error:
Err: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at 'default'; expected '}'
I tried to follow exactly the docs, without success, so I'm wondering if this is an issue or not.
puppetversion => 2.7.23
The text was updated successfully, but these errors were encountered:
It appears that default is a reserved word according to https://docs.puppetlabs.com/puppet/latest/reference/lang_reserved.html and thus the mcollective::actionpolicy attribute should be renamed before this will work. My guess is that no one has tried it since default became reserved...
Hi all,
just started to use this module so I don't know if this is my issue or what, but I'm trying to use this declaration in a node manifest, after mcollective:
but no matter what I try, I always get this error:
Err: Could not retrieve catalog from remote server: Error 400 on SERVER: Syntax error at 'default'; expected '}'
I tried to follow exactly the docs, without success, so I'm wondering if this is an issue or not.
puppetversion => 2.7.23
The text was updated successfully, but these errors were encountered: