-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Invalid Relationship #569
Comments
|
Can you confirm the commit ID you're using for the module? I merged this a couple days back which should fix this: https://github.com/sensu/sensu-puppet/pull/544/files |
|
Im actually using the forge for this. Currently 2.1.0 which is the most recent version available. I assume that commit has not been pushed up as a new version? I can pull that commit down directly from git and test. |
|
@jaxxstorm Ok pulled commit: 30ffce5 Getting this now: |
|
@dzeleski did you restart your puppetmaster? Any changes to types/providers usually require a restart due to an old bug |
|
waaaa? really? I had no idea that was a thing. Im on vacation until the 14th, if I have a second ill give that a shot but if not I may not update this until then, appreciate your input! |
|
Here's the puppetlabs ticket for it :) |
|
wow ive not run into that until possibly now. Interesting, thanks for the info. Ill try and give our lab master a restart tomorrow and see what happens. |
|
Hey getting this error as well on Windows 7 running puppet 3.8.4.
Have already tried restarting twice to no avail. Should we also be skipping redis setup entirely in init.pp if I'm only installing client? |
|
@r0b0tAnthony can you post some config? sentinels is undef by default, so this shouldn't be happening if you're restarted: https://github.com/sensu/sensu-puppet/blob/master/manifests/init.pp#L376 |
|
@jaxxstorm Not getting that error after a restart but now its failing on either creating the sensu user, or if I disable manage user it cannot find the sensu user or use the built in administrator user. With manage_user set to false: true: The biggest issue is that I cannot find any documentation on how to setup a windows client, I also dug through some of the code and I dont see any parameters on setting the sensu user/password for the service account. I can obviously create a sensu user but I feel like the sensu module should be able to handle that no? Also my module that I wrote to get around this issue registers the sensu service as local system, is there any reason why this shouldnt be done? Most solutions I see on windows should be totally happy as a local system service. |
|
I'm also experiencing an error related to sentinels, which I have left at the module defaults |
Currently trying to install sensu on windows 2012R2. Getting the following error:
We wrap the sensu module around our own, but our hiera data looks like this:
We then splat the config into the sensu class:
We are using sensu core as well, any ideas on what might be wrong or what im missing? There isn't any real info on the forge or here as to how to deploy the windows client so I might be missing something silly.
Edit: the other thing I did try was to directly classify this node via the PE console using the sensu class directly and got the same error.
Edit2: trace
Thanks,
Dylan
The text was updated successfully, but these errors were encountered: