diff options
Diffstat (limited to 'src/Propellor/Property/Rsync.hs')
| -rw-r--r-- | src/Propellor/Property/Rsync.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Rsync.hs b/src/Propellor/Property/Rsync.hs index cae3c877..0c77df58 100644 --- a/src/Propellor/Property/Rsync.hs +++ b/src/Propellor/Property/Rsync.hs @@ -58,4 +58,5 @@ syncDirFiltered filters src dest = rsync $ rsync :: [String] -> Property NoInfo rsync ps = cmdProperty "rsync" ps + `assume` MadeChange `requires` Apt.installed ["rsync"] |
