Commit Graph

210 Commits

Author SHA1 Message Date
tonyjuric
d277148547
Update Puppetfile 2019-11-07 17:27:30 +11:00
tonyjuric
4e1384340b
Update Puppetfile 2019-11-07 17:12:15 +11:00
tonyjuric
59fa4552a4
Update Puppetfile 2019-11-07 17:09:13 +11:00
tonyjuric
8092c2617f
Update Puppetfile 2019-11-07 16:47:41 +11:00
tonyjuric
bf8d5993b9
Update demo_win1.pp 2019-11-07 13:59:57 +11:00
tonyjuric
8c0c59df5e
Update demo_win1.pp 2019-11-07 13:47:30 +11:00
tonyjuric
783521a60b
Update Puppetfile 2019-11-07 11:33:33 +11:00
tonyjuric
33f849d48d
Update demo_win1.pp 2019-11-07 10:41:48 +11:00
tonyjuric
b133320a4d
Update Puppetfile 2019-11-01 14:37:12 +11:00
tonyjuric
e6d66937bc
Update Puppetfile 2019-11-01 14:14:23 +11:00
tonyjuric
cbd6674f6c
Update demo_win1.pp 2019-11-01 13:00:39 +11:00
tonyjuric
4a559ea1b1
Update Puppetfile 2019-11-01 12:55:24 +11:00
tonyjuric
2adeed9ac9
Update Puppetfile 2019-11-01 12:11:48 +11:00
tonyjuric
2e143bbf26
Update demo_win1.pp 2019-11-01 11:41:27 +11:00
tonyjuric
9e7de7abb1
Update demo_win1.pp 2019-11-01 11:38:30 +11:00
tonyjuric
0e491d70ba
Update demo_win1.pp 2019-10-31 10:21:58 +11:00
tonyjuric
7563840815
Update demo_win1.pp 2019-10-31 10:17:10 +11:00
tonyjuric
d86d30ca6e
Create demo_win1.pp 2019-10-31 10:11:46 +11:00
tonyjuric
1a8908949f
Update Puppetfile 2019-10-31 09:41:19 +11:00
tonyjuric
21b2f4d642
Update Puppetfile 2019-10-31 09:40:11 +11:00
tonyjuric
fa10fb9fec
Update Puppetfile 2019-10-31 09:35:22 +11:00
tonyjuric
4ca3bafba7
Update Puppetfile 2019-10-31 09:34:22 +11:00
tonyjuric
ce8fad884b
Update Puppetfile 2019-10-31 09:19:58 +11:00
tonyjuric
8dc2cfa251
Update Puppetfile 2019-10-18 16:39:22 +11:00
tonyjuric
8ce225c5b3
Update Puppetfile 2019-10-18 14:30:06 +11:00
tonyjuric
75d1f91bd0
Update Puppetfile 2019-10-01 16:53:08 +10:00
tonyjuric
dc040f7b74
Update Puppetfile 2019-10-01 16:49:32 +10:00
tonyjuric
f62dc628d3
Update Puppetfile 2019-10-01 16:41:36 +10:00
tonyjuric
f7de1bdf69
Update Puppetfile 2019-10-01 16:23:13 +10:00
tonyjuric
99b706039d
Added autosigning tool 2019-09-19 10:08:56 +10:00
Ben Ford
bee4fc2740
Create CODEOWNERS 2019-08-21 13:58:51 -07:00
Reid Vandewiele
dddbd8d15c (maint) Update Puppetfile versions, update style
This commit updates the Puppetfile example module versions to list the
latest releases for the example modules as of 2019-07-10, and also
updates several files for style.

Standardizing on double-quotes in YAML due to:

1. Functional irrelevance between single vs. double quotes in our YAML
2. Prevalent use of double-quotes in Puppet documentation
3. Similar look-and-feel to other data serialization formats like JSON
2019-07-11 09:33:14 -07:00
adam buxton
535d94437b
Merge pull request #73 from natemccurdy/site_pp_updates
Update outdated info and links in site.pp comments
2019-05-14 20:47:31 +01:00
Nate McCurdy
a8c6d51264
Update outdated info and links in site.pp comments
This commit attempts to cleanup and modernize the comments in site.pp a
bit.

For one thing, I've updated the docs links to point to working URL's.
For another, I tried to reorganize, clarify, and deduplicate the comments.
2019-05-06 17:36:50 -05:00
Reid Vandewiele
306107b98b
Merge pull request #71 from npwalker/rename_site_to_site-modules
Rename site directory to site-modules
2019-02-26 15:26:47 -08:00
Reid Vandewiele
c74c84d243 Update README to reflect site -> site-modules 2019-02-26 09:14:15 -08:00
Reid Vandewiele
baa4b92a88 Remove symlink site -> site-modules
The symlink served for a good discussion point around change impact, but
in the end having it makes for a more confusing experience overall both
to new users cloning the control-repo to get started and also to anyone
accustomed to "site". A new user won't miss "site". A symlink will muddy
the waters over the change for long-time users. Better for clarity to be
all-in and not include a symlink.
2019-02-26 09:14:15 -08:00
Nick Walker
80494c198b Add symlink from site to site-modules for compatibility 2019-02-04 13:04:11 -08:00
Nick Walker
ead7f3c706 Rename site directory to site-modules
Prior to this commit, we placed modules local to a users installation
in the `site` directory.  This was just a convention and the name
`site` doesn't clearly convey what it is for.

After this commit, we place modules local to a users installation in
the `site-modules` directory.  This makes it more clear to users
that this is a directory that modules go i.  When users start
with bolt they won't even know what a control-repo is and
renaming site to site-modules gives them a better idea of why
they should put their modules with tasks in them.  Also see:

https://tickets.puppetlabs.com/browse/BOLT-1108
2019-01-31 16:58:13 -08:00
Craig Sprout
18aa0779ae Fixed typos for 'moduelpath' and 'batteries includes' to 'modulepath' and 'batteries included' 2018-12-07 14:08:09 -08:00
Nate McCurdy
f69ffd8ce1 Update module examples to latest versions 2018-05-08 10:46:30 -07:00
Nate McCurdy
36a2784275 Resolve Rubocop warnings
* Removed the useless assignment in the config_version.rb error catching
* Single quote vs. double quote in Puppetfile
2018-05-08 10:46:30 -07:00
Nate McCurdy
aaa85a0e03
Merge pull request #57 from natemccurdy/config_version
Config Version Improvements
2018-05-08 10:43:35 -07:00
Nate McCurdy
78662f908d
Merge pull request #61 from natemccurdy/readme_markdown
Improve the README
2018-03-13 18:43:43 -07:00
Nate McCurdy
bab3453bb5 Simplify the info about the RampUp Program 2018-03-13 13:47:19 -07:00
Nate McCurdy
fda0396e06 Add a tree view with descriptions of important files 2018-02-06 17:35:34 -08:00
Nate McCurdy
c69edaddda Reorganize the README and improve the documentation
This commit moves the "where did all the previous code go" section to
the bottom as it's been a while since that change was made. Nowadays,
people new to Control Repositories will find this and won't understand
the reference as they never knew about previous versions.

Now the README starts right away with information on what this project
is and how to use it.

Also cleaned up some of the Markdown syntax to make it easier to read.
2018-02-06 17:35:34 -08:00
Nate McCurdy
9b2a0d9029 Fix markdown list syntax 2018-02-06 15:59:51 -08:00
Nate McCurdy
cbeb86670a
Merge pull request #59 from petems/add_bitbucket_instructions
Add Bitbucket/Stash instructions
2018-02-01 11:11:55 -08:00
Peter Souter
096719d759 Add Bitbucket/Stash instructions 2018-02-01 19:10:43 +00:00