Skip to content

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