Project

General

Profile

« Previous | Next » 

Revision a505a645

Added by Ewoud Kohl van Wijngaarden over 11 years ago

Move puppet user creation to install

Defining the user puppet in config causes a dependency cycle if the user is
using git_repo=true:

(Exec[restart_puppet] => Class[Puppet::Server::Passenger] => Class[Puppet::Server::Config] => User[puppet] => File[/etc/puppet/rack/config.ru] => Class[Puppet::Server::Passenger])

By moving it to install we ensure it's already there.

  • added
  • modified
  • copied
  • renamed
  • deleted