diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 13:50:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 13:50:56 -0300 |
commit | b50dd8ae86f3d8bb52c5ad32de559395c6f46e21 (patch) | |
tree | c39d802ed54fb587e38c32dd25f75642be2b2df3 /Makefile | |
parent | 9d4f47a2b6f3231e870249823dbe0f7db1baa111 (diff) | |
download | puppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.gz puppet-bootstrap-b50dd8ae86f3d8bb52c5ad32de559395c6f46e21.tar.bz2 |
Move bootstrap specific manifests to a folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,10 +37,10 @@ remote: config: $(EDITOR) hiera/bootstrap.yaml - $(PUPPET) manifests/classes/configurator.pp + $(PUPPET) manifests/bootstrap/configurator.pp apply: - $(PUPPET) manifests/$(stage).pp + $(PUPPET) manifests/bootstrap/$(stage).pp clean: rm -rf modules |