Remove files from puppet urls

puppet:/// fileserver urls do not need 'files' in the middle of them.

Change-Id: Ib2c39fd0d9fb4c57451cd28136ca9733eb232ae4
This commit is contained in:
Monty Taylor 2014-03-23 08:14:57 -07:00
parent b82419f9e9
commit 971906b1bf
2 changed files with 2 additions and 2 deletions
modules
accessbot/manifests
openstack_project/manifests

@ -64,7 +64,7 @@ class accessbot(
file { '/usr/local/bin/accessbot':
ensure => present,
source => 'puppet:///modules/accessbot/files/accessbot.py',
source => 'puppet:///modules/accessbot/accessbot.py',
group => 'accessbot',
mode => '0440',
owner => 'root',

@ -90,6 +90,6 @@ class openstack_project::eavesdrop (
nick => $accessbot_nick,
password => $accessbot_password,
server => $statusbot_server,
channel_file => 'puppet:///modules/openstack_project/files/accessbot/channels.yaml',
channel_file => 'puppet:///modules/openstack_project/accessbot/channels.yaml',
}
}