Displaying 4 results from an estimated 4 matches for "frederiko".
Did you mean:
frederik
2013 Sep 21
3
symlink creation using facter, but facter is nil at first run.
Hi all,
I''m trying to find a better way to implement this, but I can''t think of. I
have a jdk module that requires to create a symlink to whatever version is
the one installed. Say I install jdk-6u35, it will create something like
/usr/java/jdk_1.6.35. I would like to create a symlink /usr/java/jdk whose
target would be /usr/java/jdk_1.6.35.
The point here isn''t to ask
2011 Aug 29
1
Re: Re: Service resource does not turn services off on reboots
...kconfig service off even in the first run, when the
services were in a up state after the system installation. I wonder if I
missed something.
Any other idea?
thanks,
-fred
On Mon, Aug 29, 2011 at 7:27 AM, jcbollinger <John.Bollinger@stjude.org>wrote:
>
>
> On Aug 26, 1:26 pm, Frederiko Costa <freder...@gmail.com> wrote:
> > Hi folks,
> >
> > The question I have is regarding to Service resource on Red Hat systems.
> I
> > have the following example:
> >
> > service { [ "anacron", "atd" ]:
> > ensure =>...
2011 Sep 22
2
find_by_email dynamic method returning new
Hello everyone,
I have a rails app which uses email as login name. At some point, I
have to search the user, in the User model by email. For some reason,
the method User.find_by_email(email) returns nil, even though the user
is in the database.
The same applies for any find_by_* method that searches by any
database column. I was able to find the user using the User.find
Does anyone have an idea
2011 Aug 26
0
Service resource does not seem to be disabling service on reboots
Hi folks,
The question I have is regarding to Service resource on Red Hat systems. I
have the following:
service { [ "anacron", "atd" ]:
ensure => stopped,
enable => false,
hasrestart => true,
hasstatus => true,
}
It runs fine, disabling the service while the system is up. Debugging it, I
noticed that it run the following:
debug: