diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 23:59:07 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 23:59:07 -0400 |
| commit | 0515fcb0f93ef90270dcd2c475194be1c439b578 (patch) | |
| tree | fabc23fe79500ea30b33c3bbfed193ef0993b97d /Propellor | |
| parent | 8621fa6e9983a39c07a9677eac324ebcee79b549 (diff) | |
more prep
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Docker.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 43c78d85..3f7e470e 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -4,8 +4,8 @@ import Propellor import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt -{- | Configures docker with an authentication file, so that images can be - - pushed to index.docker.io. -} +-- | Configures docker with an authentication file, so that images can be +-- pushed to index.docker.io. configured :: Property configured = Property "docker configured" go `requires` installed where |
