Skip to content

Commit

Permalink
pendent
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Apr 25, 2017
1 parent f0b1045 commit af14c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
{
/^[5-6].*$/:
{
$timezonectl=false
$timedatectl=false
}
/^7.*$/:
{
$timezonectl=true
$timedatectl=true
}
default: { fail("Unsupported RHEL/CentOS version! - ${::operatingsystemrelease}") }
}
Expand All @@ -29,7 +29,7 @@
{
/^1[46].*$/:
{
$timezonectl=false
$timedatectl=false
}
default: { fail("Unsupported Ubuntu version! - ${::operatingsystemrelease}") }
}
Expand Down

0 comments on commit af14c83

Please sign in to comment.