]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/concat/spec/acceptance/replace_spec.rb
try if downgrading to 1.2.2 solves my problem
[dsa-puppet.git] / 3rdparty / modules / concat / spec / acceptance / replace_spec.rb
index 68d7383fef3f79ac906ef7618ef5d6f6db5460b5..bd597ed19a25eeffac0678b78503bc6cfc0e8a98 100644 (file)
@@ -226,7 +226,7 @@ describe 'replacement of' do
       end
     end
 
-    # XXX 
+    # XXX concat's force param currently enables the creation of empty files
     # when there are no fragments, and the replace param will only replace
     # files and symlinks, not directories.  The semantics either need to be
     # changed, extended, or a new param introduced to control directory
@@ -234,6 +234,7 @@ describe 'replacement of' do
     context 'should succeed', :pending => 'not yet implemented' do
       pp = <<-EOS
         concat { '#{basedir}/file':
+          force => true,
         }
 
         concat::fragment { '1':