On 2019-01-08 15:16, jcbollinger wrote:
On Monday, January 7, 2019 at 3:37:46 PM UTC-6, Matt Zagrabelny wrote:
On Mon, Jan 7, 2019 at 3:31 PM Matt Zagrabelny > wrote:
Greetings puppet-users!
For many years I have been using the following convention for
including
On Monday, January 7, 2019 at 3:37:46 PM UTC-6, Matt Zagrabelny wrote:
>
>
>
> On Mon, Jan 7, 2019 at 3:31 PM Matt Zagrabelny > wrote:
>
>> Greetings puppet-users!
>>
>> For many years I have been using the following convention for including
>> my classes:
>>
>> class foo() {
>> include ::p
On Mon, Jan 7, 2019 at 3:31 PM Matt Zagrabelny wrote:
> Greetings puppet-users!
>
> For many years I have been using the following convention for including my
> classes:
>
> class foo() {
> include ::profile::bar
> }
>
> I know I don't need the leading double colon for including profile::bar,