Displaying 3 results from an estimated 3 matches for "system_rol".
Did you mean:
system_role
2011 Aug 03
1
Facts as environment variables not been picked up in ubuntu.
Folks,
I am adding a line to /etc/profile to export a FACT like this: export
FACTER_system_role=<system_role>.
In ubuntu, running puppet 2.6.4 and facter 1.5.8, this fact is not
making it to the server.
If I run sudo env | grep FACTER i see all facter related env variables
there..
What could be the reason for this not working?
Thanks in advance.
--
You received this message because...
2005 Dec 09
7
UserEngine - rake bootstrap aborted
Hi there,
I''ve just installed login_engine and user_engine from the repositories,
followed the setup procedures as documented in:
vendor/plugins/user_engine/README
But I''m getting the following failure:
vince@vaio:~/Projects/Booking$ rake bootstrap
(in /home/vince/Projects/Booking)
rake aborted!
undefined method `edit'' for class `UserController''
2006 Mar 28
0
MySQL problems and undefined class User
...false
new_record_before_save:
roles:
- !ruby/object:Role
attributes:
name: Admin
role_id: "2"
omnipotent: "1"
id: "2"
description: The system administrator, with REAL ULTIMATE POWER.
user_id: "1"
system_role: "1"
- !ruby/object:Role
attributes:
name: User
role_id: "3"
omnipotent: "0"
id: "3"
description: The default role for all logged-in users
user_id: "1"
system_role: "1"
flash: !map:...