Skip to content

Commit

Permalink
rename exec
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Apr 25, 2017
1 parent af14c83 commit c9c1a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if($timezone::params::timedatectl)
{
exec { 'set timezone':
exec { 'set timezone - timedatectl':
command => "timedatectl set-timezone ${timezone::region}/${timezone::locality}",
unless => "timedatectl status | grep \"Time zone: ${timezone::region}/${timezone::locality}\"",
path => '/usr/sbin:/usr/bin:/sbin:/bin',
Expand Down

0 comments on commit c9c1a5b

Please sign in to comment.