I'm trying to set up gitlab on the RHEL 6 server
using https://github.com/sbadia/puppet-gitlab with modifications to use RVM.
The problem I'm having is gitlab service wouldn't start even it says so.
Here is the service code:
> service {
> 'gitlab':
> ensure => running,
> pattern => 'puma',
> hasrestart => true,
> enable => true,
> hasstatus => false,
> subscribe => File['/etc/init.d/gitlab'],
> }
Here is the message from agent with debug on:
> Debug: Service[gitlab](provider=redhat): Executing 'ps -ef'
> Debug: Executing '/sbin/chkconfig gitlab'
> Debug: Executing '/sbin/service gitlab start'
> Debug: Executing '/sbin/chkconfig gitlab'
> Notice: /Stage[main]/Gitlab::Server/Service[gitlab]/ensure: ensure changed
> 'stopped' to 'running'
> Debug: /Stage[main]/Gitlab::Server/Service[gitlab]: The container
> Class[Gitlab::Server] will propagate my refresh event
> Info: /Stage[main]/Gitlab::Server/Service[gitlab]: Unscheduling refresh on
> Service[gitlab]
> Debug: Class[Gitlab::Server]: The container Stage[main] will propagate my
> refresh event
> Debug: Finishing transaction 69986165764840
It did run /sbin/service gitlab start, but nothing happend. The gitlab
service is still stopped and nothing appears in the server log. I noticed
one line saying "Unscheduling refresh on Service[gitlab]" and wondering if
it has something to do with it. But why unscheduling my refresh? Any
advice? Thanks.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.