Fix typo in config file name

This commit is contained in:
Matthew Treinish 2017-04-04 11:30:08 -04:00
parent 0a638f5daf
commit f2c142406b
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class mqtt_statsd::server (
$statsd_port = 8125,
){
file { '/etc/mqtt_statsd.conf':
file { '/etc/mqtt_statsd.yaml':
ensure => present,
owner => 'root',
group => 'root',