diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 18:12:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 18:12:19 -0400 |
| commit | 93e89c720065b6b1acdb442487a3d98d92527752 (patch) | |
| tree | d654228dbe8772b847e4f0872ceeedafbaa84c21 /src | |
| parent | 80c1e0e31f69977a5eedaec84ee0b8ae469643a7 (diff) | |
cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/HostingProvider/CloudAtCost.hs | 1 | ||||
| -rw-r--r-- | src/Propellor/Types/PrivData.hs | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/Propellor/Property/HostingProvider/CloudAtCost.hs b/src/Propellor/Property/HostingProvider/CloudAtCost.hs index f45a4aa8..84c8a787 100644 --- a/src/Propellor/Property/HostingProvider/CloudAtCost.hs +++ b/src/Propellor/Property/HostingProvider/CloudAtCost.hs @@ -3,7 +3,6 @@ module Propellor.Property.HostingProvider.CloudAtCost where import Propellor import qualified Propellor.Property.Hostname as Hostname import qualified Propellor.Property.File as File -import qualified Propellor.Property.Ssh as Ssh import qualified Propellor.Property.User as User -- Clean up a system as installed by cloudatcost.com diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs index c760ae55..c7909a6b 100644 --- a/src/Propellor/Types/PrivData.hs +++ b/src/Propellor/Types/PrivData.hs @@ -7,8 +7,8 @@ import Propellor.Types.OS -- It's fine to add new constructors. data PrivDataField = DockerAuthentication - | SshPubKey SshKeyType UserName -- ^ For host key, use empty UserName - | SshPrivKey SshKeyType UserName + | SshPubKey SshKeyType UserName + | SshPrivKey SshKeyType UserName -- ^ For host key, use empty UserName | SshAuthorizedKeys UserName | Password UserName | CryptPassword UserName |
