Fixed escape sequence in wiki module
This commit is contained in:
parent
0e285f0ce9
commit
b3aed13226
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class wiki::collab::base {
|
||||||
exec { "usermod-www-data":
|
exec { "usermod-www-data":
|
||||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||||
command => "usermod -a -G collab www-data",
|
command => "usermod -a -G collab www-data",
|
||||||
unless => "id -n -G www-data | grep '\bcollab\b'",
|
unless => "id -n -G www-data | grep '\\bcollab\\b'",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue