Skip to content

Commit

Permalink
apt_dater::host: fix path to apt-dater-host-yum
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Oct 20, 2015
1 parent ab1d5b2 commit f14f932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/host.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
owner => $apt_dater::host_user,
group => $apt_dater::host_user,
mode => '0750',
source => 'puppet:///modules/apt/apt-dater-host-yum',
source => 'puppet:///modules/apt_dater/apt-dater-host-yum',
}
}
default: {
Expand Down

0 comments on commit f14f932

Please sign in to comment.