Displaying 2 results from an estimated 2 matches for "jboss_home".
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos:
part of my class:
user {jboss:
ensure => present,
home => "$jboss_home",
shell => "/bin/bash",
groups => jboss,
}
and in log I see:
err change from absent to present failed: Could not create user
jboss: Execution of ''/usr/sbin/useradd -d /opt/jboss -G jboss -s /bin/
bash -M jboss'' returned 9: use...
2010 May 24
1
Get System Variable
Does anyone know how I can get a system variable like JAVA_HOME or
JBOSS_HOME from within Rails/Ruby?
--
_________________________________
Joshua S. Martin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane....