Fixed escape sequence in wiki module

This commit is contained in:
Ossi Salmi 2010-11-17 12:47:18 +02:00 committed by Timo Mkinen
parent 0e285f0ce9
commit b3aed13226

View file

@ -99,7 +99,7 @@ class wiki::collab::base {
exec { "usermod-www-data":
path => "/bin:/usr/bin:/sbin:/usr/sbin",
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'",
}
}
}