From 3f871bf28d79fd2446f8f07e10249b288b7bbc6e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 11:59:51 -0300 Subject: TODO and comment update --- TODO.md | 7 +++++-- manifests/classes/configurator.pp | 5 ++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 6156bad..e58d534 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,9 @@ TODO ==== +* Make `deps` target: + * Installs all needed packages (puppet, ruby-hiera-puppet, mr, etc). * Make `config` target: - * Moving from `config.pp` to hiera. - * Refactoring and `default_conf.pp`. + * Check if already ran. + * Move from `config.pp` to hiera. + * Refactor `configurator.pp`. diff --git a/manifests/classes/configurator.pp b/manifests/classes/configurator.pp index 80c7ce3..3391481 100644 --- a/manifests/classes/configurator.pp +++ b/manifests/classes/configurator.pp @@ -4,9 +4,8 @@ # This file is responsible to set custom configuration in the bootstrap # repository for values set in the hiera configuration. # -# While this manifest can be run many times, it's useful mostly after you -# cloned the puppet-boostrap module and want to configure it to boostrap a -# whole puppetmaster infrastructure. +# This manifest is useful mostly after you cloned the puppet-boostrap module +# and want to configure it to boostrap a whole puppetmaster infrastructure. # # Variables -- cgit v1.2.3