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
mod 'puppetlabs-stdlib', '8.4.0'
mod 'puppet-augeasproviders_core', '3.2.0'
mod 'herculesteam-augeasproviders_shellvar', '4.1.0'
What are you seeing
Catalog fails to compile with voxpupuli module
What behaviour did you expect instead
Catalog continues to compile
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call, Cannot alias Shellvar[set_console_blank_timeout] to ["/etc/default/grub", "GRUB_CMDLINE_LINUX"] at (file: /etc/puppetlabs/code/environments/production/modules/stdlib/manifests/manage.pp, line: 49); resource ["Shellvar", "/etc/default/grub", "GRUB_CMDLINE_LINUX"] already declared (file: /etc/puppetlabs/code/environments/production/modules/stdlib/manifests/manage.pp, line: 49) (file: /etc/puppetlabs/code/environments/production/modules/stdlib/manifests/manage.pp, line: 49, column: 7) on node
Any additional information you'd like to impart
It appears that the array_append: true setting is either being lost in translation or not being propagated to the alias.
mod 'herculesteam-augeasproviders_core', '3.1.0' does not show this issue.
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)
include stdlib::manage
What are you seeing
Catalog fails to compile with voxpupuli module
What behaviour did you expect instead
Catalog continues to compile
Output log
Any additional information you'd like to impart
It appears that the
array_append: true
setting is either being lost in translation or not being propagated to the alias.mod 'herculesteam-augeasproviders_core', '3.1.0' does not show this issue.
The text was updated successfully, but these errors were encountered: