Displaying 3 results from an estimated 3 matches for "a_saas".
2012 Jun 13
8
puppetdb: UTF-8 byte sequence
Hi everyone,
Me again regarding puppetdb, I have the following warning message:
"Jun 13 12:49:15 puppetmaster puppet-master[28444]: Ignoring invalid UTF-8
byte sequences in data to be sent to PuppetDB"
Do I have to worry?
Regards,
JM
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2012 Dec 14
2
Duplicate declaration for invoking a class
Hi everyone,
Here are the manifest I am using:
In file ''*modules/test/manifest/init.pp*'':
class test (
$test = undef,
) {
notice("Here is the message: ${test}")
}
Now in ''*modules/saas/manifests/client/sudo.pp*'':
class saas::client::sudo {
class { ''test'': }
}
Now in ''*manifests/sites.pp*'':
import
2012 Mar 28
2
retrieving module directory
Hi everyone,
I have a puppet master/client infrastructure setup with apache. When on the
same datacenter I don''t have any problem.
I am trying to use another datacenter, so I setup the fileserver.conf as
followed:
# Files in the /path/to/files directory will be served
# at puppet:///mount_point/.
[modules]
allow *.datacenter1
allow *.datacenter2
[plugins]