| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Moving towards a world where we properly load the current state. Adds a method that grabs the current timezone and properly fails with a warning message if we don't have the privs we need. Using converge_by and shell_out to set the timezone so we get a nice clean converge messaging vs. execute resources. Also improves the description to give a link to where users can find all the TZ options.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Automated resource documentation improvements
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
skip_docs is used to specify a property that we don't want to include in the documentation. We have several of these.
default_description is used to describe the default in a way we'd want to put on the docs site. This is particularly useful for describing all our lazy / computed values.
I've used both of these in resources to show how I think we'll use them.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
Minor syncs from the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
|
| |
We try to coerce the array into a Hash, but we don't allow the Array
value. This makes this actually work as we documented it.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
There was a double source in the command, which would fail.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
|
|
|
|
|
|
|
| |
Simplifies this code a bit, but it also the safe thing to do in the
event that the timezone has a space.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Adding this resource to core Chef with permission from @dragonsmith
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
|
|
|
|
|
|
| |
zypper_package and windows_user resource as it got released in 14.6.
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
|\
| |
| |
| |
| | |
MsysTechnologiesllc/vasundhara/MSYS-888_Add_full_name_property_to_user_resource_for_windows
Adds full_name property to user resource for Windows.
|
| |
| |
| |
| | |
Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
|\ \
| | |
| | | |
Remove declare_resource usage in ohai_hint
|
| | |
| | |
| | |
| | |
| | |
| | | |
These aren't necessary here and make it harder to read the resource.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pick 3cf01debd fix for global options property
pick af5cddaca added global_options property
pick 7cc82d185 functional test added
pick 3684cdb58 add suse rspec testing
|
|\ \ \
| | | |
| | | | |
Fix failures in windows_ad_join in 14.5.27
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
I 1/2 renamed this property name.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| | | |
| | | | |
Deprecate ohai resource's ohai_name property
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This isn't actually used anywhere in the resource and there's no point. It reload's plugins based on the plugin property. We should kill this thing off and reduce the complexity a tiny bit.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| |_|/
|/| | |
Add a tiny bit more yard
|
| |/
| |
| |
| |
| |
| | |
Bump when we're going to kill this off so we can search for Chef-15 in the codebase.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
package quantity.
Signed-off-by: Daniel Greeninger <dgreeninger@onica.com>
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the
best of my knowledge, is covered under an appropriate open
source license and I have the right under that license to
submit that work with modifications, whether created in whole
or in part by me, under the same open source license (unless
I am permitted to submit under a different license), as
Indicated in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including
all personal information I submit with it, including my
sign-off) is maintained indefinitely and may be redistributed
consistent with this project or the open source license(s)
involved.
|
|
|
|
|
|
|
|
|
| |
I originally left this uncommented, but this actually broke backwards
compatibility more than the potential for Chef winning over the
cookbook. I think we have to just bite the bullet here and let Chef win
in the name of backwards compatibility with the name.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
*nix doesn't work well on the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Move subversion properties out of scm and into subversion
|
| |
| |
| |
| |
| |
| | |
This way we're not polluting the git resource with the subversion properties. Cleans up our docs generation a bit. I added some property descriptions while I was in there.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
More syncs from the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|/
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Update these to match copy fixes we made on the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
|
| |
newname matches powershell, but isn't entirely apparent to
non-PowerShell users. We should give it a name that requires no
knowledge outside of Chef. This also adds the introduced field, which we
use to generate docs.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ |
|
| |\
| | |
| | | |
windows_ad_join resource - add newname property
|
| | |
| | |
| | |
| | | |
Signed-off-by: Derek Groh <derekgroh@github.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Derek Groh <derekgroh@github.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vincent AUBERT <vincentaubert88@gmail.com>
|
| |\ \
| | | |
| | | | |
paludis_package: Make sure timeout property is an Integer
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is meant to be an integer, but we didn't specify.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's PowerShell not Powershell. Our docs site had already been updated.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Getting the auto generated docs ready 1 fix at a time.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This is a custom resource so we don't need this.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |/
| |
| |
| |
| |
| | |
Filling in more of the missing resource descriptions using the descriptions straight from the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Derek Groh <derekgroh@github.io>
|
| |
| |
| |
| | |
Signed-off-by: Derek Groh <derekgroh@github.io>
|
|\ \
| |/
| |
| | |
feature/windows_ad_join
|