From d56febe3240f7b7c8e20be61b4fd8f85323b549f Mon Sep 17 00:00:00 2001 From: Pi3r Date: Mon, 8 Sep 2014 15:50:16 +0200 Subject: [PATCH] Update README.md Unless I misread the [code] (https://github.com/puppetlabs/puppetlabs-concat/blob/master/manifests/fragment.pp#L61-L63), only 'present' or 'absent' should be used. All other options are deprecated ? --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f01c287..2ed9024 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,6 @@ Control the file of fragment created. ######Example - ensure => 'present' - ensure => 'absent' -- ensure => 'file' -- ensure => 'directory' #####`mode` Set the mode of the fragment.