Skip to content
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

Set unified_mode on custom resources #45

Merged
merged 1 commit into from
Nov 19, 2021
Merged

Set unified_mode on custom resources #45

merged 1 commit into from
Nov 19, 2021

Conversation

josqu4red
Copy link
Contributor

No description provided.

@josqu4red josqu4red force-pushed the unified_mode branch 2 times, most recently from cc2c880 to 04917e8 Compare November 19, 2021 11:10
Rework nssm_install resource to remove :before notification which does
not work in unified mode in that case.
property :servicename, String, name_property: true
property :program, String, required: true
property :args, String
property :parameters, Hash, default: lazy { ::Mash.new }
property :nssm_binary, [String, NilClass], default: lazy { ::NSSM.binary_path node }
property :start, [TrueClass, FalseClass], default: true
property :start, [true, false], default: true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubocop fix ? Not sure how it is related to the unified mode commit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(same in service noop)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, cookstyle

@josqu4red josqu4red merged commit 3de3892 into master Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants