diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 17:06:44 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 17:06:44 -0700 |
| commit | 7c91ef33df74808423e28daee9e87b513d278360 (patch) | |
| tree | 8fb97920db38a262dbf72d97eec33b573ba78bd9 /src/Propellor/Property/Timezone.hs | |
| parent | f14958e11eed0c4167972b0d434d251f4c81f7df (diff) | |
docstring for Timezone type
Diffstat (limited to 'src/Propellor/Property/Timezone.hs')
| -rw-r--r-- | src/Propellor/Property/Timezone.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Timezone.hs b/src/Propellor/Property/Timezone.hs index 896e83fb..267c4f0b 100644 --- a/src/Propellor/Property/Timezone.hs +++ b/src/Propellor/Property/Timezone.hs @@ -6,6 +6,7 @@ import Propellor.Base import qualified Propellor.Property.Apt as Apt import qualified Propellor.Property.File as File +-- | A timezone from /usr/share/zoneinfo type Timezone = String -- | Sets the system's timezone |
