Displaying 4 results from an estimated 4 matches for "_groups".
Did you mean:
groups
2012 Feb 13
2
Dynamically extending the group membership of a custom system user
...vailability of some groups like i.e.
user {
"logger":
name => "logger",
ensure => "present",
[ ''mongodv'', ''postgres'', ''custom'', ''www'' ].each do | g |
g.exist? _groups < g.to_s
end
groups => _groups
shell => "/bin/bash";
}
I know that is totally wrong, but I just want to describe what I''m
aiming to.
Thanks!
Christian
--
You received this message because you are subscribed to the Google Groups "Puppet Users...
2010 Nov 22
0
Something wrong after upgraded to puppet-dashboard 1.04
...follows:
ActionView::TemplateError (undefined method `<=>'' for #<NodeGroup id:
5, name:"Web_Marketing">) on line #10 of app/views/shared/_g
roups.html.haml:
21 7: %th Group
22 8: %th Source
23 9: %tbody
24 10: - resource.node_groups_with_sources.sort.each do |
group,sources|
25 11: %tr
26 12: %td
27 13: %strong= link_to(group.name,group)
28
29 app/views/shared/_groups.html.haml:10:in `<=>''
30 app/views/shared/_groups.html.haml:10:in `sort''
31...
2001 Nov 17
1
rsync hangs or exists without copying anything
...ase/email_templates/Database
/Database/forum_info/Database/Database/forum_moderators/Database/Databas
e/forum_polls/Database/Database/forum_posts/Database/Database/forum_rule
s/Database/Database/forum_subscriptions/Database/Database/forum_topics/D
atabase/Database/help/Database/Database/Database/mem_groups/Database/mem
_groups)
Is there some kind limit on the depth of file system rsync can cope
with? Or the length of the filename? If so, how can I increase it or
simply have rsync ignore paths or depths greater than the maximum,
rather than just exiting?
If there is no limit, how can I overcome thi...
2017 Apr 21
6
[PATCH v3 0/5] replace hwmon_device_register for hwmon_device_register_with_info
Hi, this is version v3 with some fix-ups:
Versions:
v1 -> v2:
* Keep temp attrs as read only
v2 -> v3:
* Code fix-ups: struct and string as const and add return within switch
due to fallthrough
* Add Signed-off-by to all commits
This patchseries replaces the deprecated hwmon_device_register function with the
new one hwmon_device_register_with_info.
It also does some cleanup.
Here