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

support check_ghostbuster_files for directories with recurse = 'remote' #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

batmac
Copy link

@batmac batmac commented Aug 21, 2024

first of all, thanks for this very useful module.

this very small patch is to avoid false positive for this type of our file resources:

 21     file { '/usr/local/mydir':
 22       ensure  => directory,
 23       recurse => remote,
 24       source  => 'puppet:///modules/infra/mydir',
 25       notify  => Service['mysvc']
 26     }

(recurse doc: https://www.puppet.com/docs/puppet/8/types/file.html#file-attribute-recurse )

@batmac
Copy link
Author

batmac commented Aug 21, 2024

ha, I don't know much about ruby and I don't understand why the CI is failing, would somebody help me, pretty please ? :)

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.

1 participant