diff options
| author | mail_redacted_for_web | 2015-05-27 15:02:50 -0700 |
|---|---|---|
| committer | mail_redacted_for_web | 2015-05-27 15:02:50 -0700 |
| commit | 24aa475d20c413aa3d2925a110be767176989ef3 (patch) | |
| tree | 91bd38e1e17a29aa54a7330761eb5add4ccb5867 /site/profile | |
| parent | 944a0300cf187c97db8ffdeb3507b0d8b2dc4182 (diff) | |
| download | control-repo-template-24aa475d20c413aa3d2925a110be767176989ef3.tar.bz2 | |
Add a site directory with example role and profile module
Diffstat (limited to 'site/profile')
| -rw-r--r-- | site/profile/manifests/base.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/profile/manifests/base.pp b/site/profile/manifests/base.pp new file mode 100644 index 0000000..ae85e65 --- /dev/null +++ b/site/profile/manifests/base.pp @@ -0,0 +1,5 @@ +class profile::base { + + #the base profile should include component modules that will be on all nodes + +} |
