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:
parent
b82419f9e9
commit
971906b1bf
modules
@ -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',
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user