diff options
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index 52c0c999..856e0ea9 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -100,6 +100,7 @@ data PrivDataField = DockerAuthentication | SshPrivKey UserName | Password UserName + | PrivFile FilePath deriving (Read, Show, Ord, Eq) |
