diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 00:43:28 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 00:43:28 -0400 |
| commit | 2383674638d14b18a668fa2fcd2689724b4ae4cc (patch) | |
| tree | a9e0b6863ad909440e9d7d91b7dcd782882e90b9 /Propellor/PrivData.hs | |
| parent | 88f876324450ea0d988ee7842cb5243133e05c94 (diff) | |
haddock improvemnts
Diffstat (limited to 'Propellor/PrivData.hs')
| -rw-r--r-- | Propellor/PrivData.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Propellor/PrivData.hs b/Propellor/PrivData.hs index cf4840b9..27b3f77f 100644 --- a/Propellor/PrivData.hs +++ b/Propellor/PrivData.hs @@ -18,9 +18,9 @@ import Utility.Tmp import Utility.SafeCommand import Utility.Misc -{- | Note that removing or changing field names will break the - - serialized privdata files, so don't do that! - - It's fine to add new fields. -} +-- | Note that removing or changing field names will break the +-- serialized privdata files, so don't do that! +-- It's fine to add new fields. data PrivDataField = DockerAuthentication | SshPrivKey UserName |
