Minor correction to last commit, file perms
This commit is contained in:
parent
da538ff1de
commit
e5d1dd4b51
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class rhizo_base::freeswitch::common {
|
||||||
|
|
||||||
file { '/home/rhizomatica/bin/fs_ensure':
|
file { '/home/rhizomatica/bin/fs_ensure':
|
||||||
content => template('rhizo_base/fs_ensure.erb'),
|
content => template('rhizo_base/fs_ensure.erb'),
|
||||||
mode => '0755'
|
mode => '0750'
|
||||||
}
|
}
|
||||||
|
|
||||||
# SSH Deploy key and config for gitlab
|
# SSH Deploy key and config for gitlab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue