Marek Pastierik

Results 2 issues of Marek Pastierik

Fixing problem of xml header. Restarting Jenkins service is adding this header. #### Pull Request (PR) description There is no possible to achieve the desired state by Puppet because the...

## Describe the Bug ```puppet file { '/tmp/test': ensure => 'present', content => 'test', require => Concat['/tmp/test'], } concat { '/tmp/test': ensure => 'present', } ``` ## Expected Behavior I...

community