Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.50 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # ralsh service function
  2. warning: You have configuration parameter $server specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent]
  3. warning: You have configuration parameter $report specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent]
  4. warning: You have configuration parameter $certname specified in [puppetd], which is a deprecated section. I'm assuming you meant [agent]
  5. service { 'function':
  6.     ensure => 'running',
  7.     enable => 'false'
  8. }