Re: [Puppet Users] Re: leading double colons (::) for class instances

2019-01-08 Thread Henrik Lindberg
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

[Puppet Users] Re: leading double colons (::) for class instances

2019-01-08 Thread jcbollinger
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

[Puppet Users] Re: leading double colons (::) for class instances

2019-01-07 Thread Matt Zagrabelny
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,