-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: PUP 3.7.1
-
Fix Version/s: None
-
Component/s: Types and Providers
-
Labels:None
-
Environment:
(K)Ubuntu 14.04 AMD64 with latest updates, ruby 1.9.3p484
-
Template:customfield_10700 51821
I set up a GIT repository at https://github.com/aroth-arsoft/puppet-type-concat with my concat type+provider.
When i'm running the run_concat_test script using puppet version 3.7.0 (or before) the script creates two files:
/tmp/concat_test2 which contains
concat1
concat2
concat3
and /tmp/concat_test_redir
concat1
concat2
concat2_1
concat2_1_1
concat2_1_2
concat2_1_3
uptime=1:01 hours
concat2_3a
concat2_3b
concat3
If i run the same script with puppet 3.7.1 the /tmp/concat_test_redir file is empty and the /tmp/concat_test2 is correct.
- relates to
-
PUP-3177 Resource titles ending with square brackets fail
-
- Closed
-