diff --git a/conf/type/__file/gencode-remote b/conf/type/__file/gencode-remote index b6e3c095..ef42dd54 100755 --- a/conf/type/__file/gencode-remote +++ b/conf/type/__file/gencode-remote @@ -49,6 +49,6 @@ if [ "$state_should" = "present" ]; then fi elif [ "$state_should" = "absent" ]; then if [ "$exists" = "yes" ]; then - echo rm \"$destination\" + echo rm -f \"$destination\" fi fi