Project

General

Profile

« Previous | Next » 

Revision e09d3a7d

Added by Ewoud Kohl van Wijngaarden almost 11 years ago

Linting

View differences:

manifests/config.pp
# Configure the foreman proxy
class foreman_proxy::config {
# Ensure SSL certs from the puppetmaster are available
......
ensure => present,
owner => 'root',
group => 'root',
mode => 0440,
mode => '0440',
content => "foreman-proxy ALL = NOPASSWD : ${foreman_proxy::puppetca_cmd} *, ${foreman_proxy::puppetrun_cmd} *
Defaults:foreman-proxy !requiretty\n",
require => File['/etc/sudoers.d'],

Also available in: Unified diff