Displaying 1 result from an estimated 1 matches for "manifese".
Did you mean:
manifest
2013 Oct 17
0
Error: Could not evaluate: invalid comparator for command get
Hello,
I use saz/ssh module to config ssh server.
Here is part of my manifese file:
ssh::server::configline{ ''AllowGroups'':
ensure => ''present'',
value => $allowgroups
}
ssh::server::configline{ ''AllowUsers'':
ensure => ''absent'',
}
But it report error after perform this change.
Here is the error...