good part is that I was able to fully setup a functioning puppet-dashboard!
(because I thought it was a foreman 1.4 issue)
SLES can be such a pain the buttocks.
On Friday, March 21, 2014 1:21:09 PM UTC-5, Race Boyer wrote:
>
> This is driving me mad.
> I get this error on two OpenSuse 1
This is driving me mad.
I get this error on two OpenSuse 12.3 nodes
puppet-3.0.2-2.9.1.x86_64
facter-1.6.17-2.1.1.x86_64
I ran this command:
*sudo puppet agent -t --verbose --noop --debug --trace *
*and I get this ouput:*
Info: Retrieving plugin
Debug: file_metadata supports formats: b64_zlib_yam
I have been wondering this myself, I think the best way to find out is to
try it! So that's exactly what I'm going to do and I will report back what
happens.
On Thursday, January 23, 2014 2:49:58 PM UTC-6, Ygor wrote:
>
> In the documentation, it says:
>
> With the latest version, we now have in
source
> declarations, they can be removed.
>
> There is implied dependency between the gid of a user and the title of a
> group, and between owners/groups of files and their respective user/group
> resources.
>
> Craig
>
>
>
> On Mon, Mar 3, 2014 at 10:33 PM, Race Boye
User ["$title"],
name => "$title"
}
}
}
and here is the init.pp
class admin2 {
$gid = $::operatingsystem ? {
'AIX' => '1100',
default=> $gid,
}
@admin2::virtual { 'race':
uid => '9231',
gid =&
March 12, 2013 10:16:02 AM UTC-7, Race Boyer wrote:
>>
>> I really hate to bother everyone with with something I'm sure is super
>> basic, but I'm stumped.
>>
>> I've read the module serving guide, I checked my syntax with puppet-lint,
>> I
I really hate to bother everyone with with something I'm sure is super
basic, but I'm stumped.
I've read the module serving guide, I checked my syntax with puppet-lint, I
think I have everything in place, yet I keep getting the same error:
Tue Mar 12 11:49:28 -0500 2013 Puppet (notice): Starti