Displaying 1 result from an estimated 1 matches for "nodesocketserver".
2013 Nov 22
2
init script status checks and puppet
...ugging echo statements to the script to try and
prove that it''s executing at all don''t appear to fire, either. It has the
same permissions as plenty of other functioning init scripts. I''m pretty
much at my wit''s end on this one.
Relevant code:
class service::nodesocketserver {
file { ''/etc/init.d/node'':
ensure => present,
owner => ''root'',
group => ''root'',
mode => ''0755'',
source => ''puppet:///modules/nodejs/node'',
}
service { ''n...