github/octocatalog-diff

Look up source text when an array is used

kpaulisse opened this issue · 0 comments

This code will NOT result in a difference even if the underlying source file changes.

file { '/etc/foo':
  source => [ 'puppet:///modules/foo/etc/foo.production', 'puppet:///modules/foo/etc/foo' ],
}