From 053e6d7495c3b44051074472713206ed0d3ce816 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Feb 2018 14:35:58 -0400 Subject: add Propellor.Property.Atomic Added Propellor.Property.Atomic, which can make a non-atomic property that operates on a directory into an atomic property. Also has a generic version that could be used for things other than directories that can be updated atomically. (Inspired by Vaibhav Sagar's talk on Functional Devops in a Dysfunctional World at LCA 2018.) This commit was sponsored by Fernando Jimenez on Patreon. --- src/Propellor/EnsureProperty.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/EnsureProperty.hs') diff --git a/src/Propellor/EnsureProperty.hs b/src/Propellor/EnsureProperty.hs index ad74bfa8..5a07107c 100644 --- a/src/Propellor/EnsureProperty.hs +++ b/src/Propellor/EnsureProperty.hs @@ -8,6 +8,7 @@ module Propellor.EnsureProperty ( ensureProperty , property' , OuterMetaTypesWitness(..) + , Cannot_ensureProperty_WithInfo ) where import Propellor.Types -- cgit v1.2.3