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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 6.18.0
Puppet Bolt: 2.30.0
Ruby: 2.5.0
Distribution: Microsoft Windows Server 2019 Datacenter(GCE)
Module version:3.1.0
How to reproduce (e.g Puppet code you use)
---
description: Install and configure telegrafparameters:
targets:
type: TargetSpecdescription: The targets to configuresteps:
- description: Install and configure telegrafname: configuretargets: $targetsresources:
- class: telegrafreturn: $configure
bolt plan run telegraf -t localhost
What are you seeing
I cannot install telegraf
It worked on windows as well after adding config_file_mode
What behaviour did you expect instead
I can install telegraf
Output log
Failed on localhost:
Apply failed to compile for localhost: Class[Telegraf]:
parameter 'config_file_mode' expects a match for Stdlib::Filemode = Pattern[/\A(([0-7]{1,4})|(([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+)(,([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+))*))\z/], got Undef
parameter 'config_folder_mode' expects a match for Stdlib::Filemode = Pattern[/\A(([0-7]{1,4})|(([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+)(,([ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+))*))\z/], got Undef (line: 4, column: 5)
Failed on 1 target: localhost
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
bolt plan run telegraf -t localhost
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: