Yan Xiaofei
2013-Oct-17 05:12 UTC
[Puppet Users] 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 message:
Info: Applying configuration version ''1381979421''
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowUsers]/Augeas[sshd_config_AllowUsers]:
Could not evaluate: Save failed with return code false, see debug
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowGroups]/Augeas[sshd_config_AllowGroups]:
Could not evaluate: invalid comparator for command get
Notice: /Stage[main]/Ssh::Server::Service/Service[sshd]: Dependency
Augeas[sshd_config_AllowUsers] has failures: true
Notice: /Stage[main]/Ssh::Server::Service/Service[sshd]: Dependency
Augeas[sshd_config_AllowGroups] has failures: true
Warning: /Stage[main]/Ssh::Server::Service/Service[sshd]: Skipping
because of failed dependencies
Best Regards
Xiaofei
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.
