On Tue, Jul 3, 2012 at 7:53 AM, llow...@oreillyauto.com
wrote:
> Is there an ETA for getting the Style Guide up to date for 2.7.x or even
> 3.X?
>
> Currently it is geared towards the 2.6.X line, and says that certain things
> should not be done due to 2.6.x compatibility issues.
>
> For example,
Is there an ETA for getting the Style Guide up to date for 2.7.x or even
3.X?
Currently it is geared towards the 2.6.X line, and says that certain things
should not be done due to 2.6.x compatibility issues.
For example, it says to use this:
class ntp(
$server = 'UNSET'
) {
On 29.06.2012 10:45, Brian Gupta wrote:
On Fri, Jun 29, 2012 at 3:09 AM, David Schmitt wrote:
On 29.06.2012 08:51, Brian Gupta wrote:
According to the style guide, "Classes and defined resource types
must not be defined within other classes."
However looking at
https://github.com/puppetlab
On Fri, Jun 29, 2012 at 3:09 AM, David Schmitt wrote:
> On 29.06.2012 08:51, Brian Gupta wrote:
>>
>> According to the style guide, "Classes and defined resource types
>> must not be defined within other classes."
>>
>> However looking at
>>
>> https://github.com/puppetlabs/puppetlabs-nginx/blob/
On 29.06.2012 08:51, Brian Gupta wrote:
According to the style guide, "Classes and defined resource types
must not be defined within other classes."
However looking at
https://github.com/puppetlabs/puppetlabs-nginx/blob/master/manifests/init.pp
shows that there are a number of other classes def
According to the style guide, "Classes and defined resource types
must not be defined within other classes."
However looking at
https://github.com/puppetlabs/puppetlabs-nginx/blob/master/manifests/init.pp
shows that there are a number of other classes defined in class nginx.
What's the correct p