Details
-
Type:
Bug
-
Status: Done
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6.0
-
Component/s: Promise type: files
-
Labels:None
Description
Simple policy to reproduce, it would be nice to have an acceptance test based on this one:
<pre>
body common control
{
bundlesequence =>
;
}
bundle agent main
{
files:
"/tmp/abc" copy_from => q("/tmp/blah");
}
body copy_from q(sourcedir)
{
source => "$(sourcedir)";
servers =>
;
}
</pre>
Attachments
Issue Links
- relates to
-
CFE-1296 error: In attribute 'servers', Scalar value is out of range
-
- Done
-