Displaying 20 results from an estimated 1000 matches similar to: "puppet-dashboad fileviewer"
2011 Aug 21
1
dashboard 1.1.1 with filebucket doesn't show contents of the new file
Am using dashboard 1.1.1 with the use_file_bucket_diffs option.
When clicking on the links within a report it will show the old md5
file (on the left) but not the new md5 file (on the right)
like;
content content changed ''{md5}26a3112822d01f2ce6b3f052bf2809de'' to
''{md5}dd97364ab0559344d73231f517951595''
26a3112822d01f2ce6b3f052bf2809de ==> is displayed
2012 Sep 27
0
Retrieve initial content of files when using audit => content
Hi,
I want to audit some files on content and planned to do this with puppet
filebucket. Lets say for example that I have a list of audit_files as a
parameter from puppet dashboard with a list of files to audit.
Output from ENC for this particular parameter:
audit_files: "[\"/etc/passwd\",\"/etc/resolv.conf\", \"/tmp/mawi\",
2007 Mar 23
1
upload progress bar don''t work...please help
Hello,
I''m trying to install the upload_progress gem and i can''t see the upload
progress status.
My config is :
apache2 with mod_proxy
mongrel
rails
upload.rb : ##############
require ''rubygems''
require ''drb''
require ''gem_plugin''
GemPlugin::Manager.instance.load ''mongrel'' => GemPlugin::INCLUDE
2013 Jul 18
0
Transfer inventory and filebucket changes to consolidated dashboard server
I have a dashboard server sitting in my development lan and am able to pull
inventory and file bucket information from my development Puppet Master
server to the dashboard.
I would like to be able to pull the facter inventory and filebucket from my
Production Puppet Master server into the development dashboard server, that
way I have one view for all my systems.
There are firewall rules that
2012 Oct 26
1
'puppet resource user' questions
When I run "puppet resource user <ldadpuser>" I get a resource definition
back for that user. However, when I run "puppet resource user" I do NOT see
<ldapuser> in the list.
Is this intended behavior? Is there a way to get a list of all users,
whether they are ldap or local?
This node is running puppet 2.7.19 on Ubuntu 12.04 against a 2.7.19 master
on Ubuntu
2012 Sep 20
0
dashboard md5 diff
Hi everyone,
On my dashboard, for everynode on the ''event'' tab I am able to click on the
''content changed'' (the md5 sum seems to be a link) but when I do I get a
window with ''getaddrinfo: Name or service not known''
Here is the error on the dahsboard:
Processing FilesController#show (for 10.63.1.64 at 2012-09-20 12:47:02)
[GET]
Parameters:
2011 Jun 02
2
Server side filebucket issue
I am having issues with filebucket. I have looked through the puppet
users google groups with similar issues but have not found a solution
that works.
I am trying to setup a central filebucket on the puppetmaster server.
I am replacing the client''s /etc/puppet/puppet.conf file with a
preconfigured version. The server delivers a copy of the puppet.conf
file to the client, but the backup
2012 Oct 05
1
Puppet Dashboard inventory search problems.
I''m using Dashboard 1.2.10 on an Ubuntu 10.04 LTS system, and Puppet 2.7.19
When I do an inventory search, I get a blank screen.
In the logs, I found the following:
Processing NodesController#search (for X.X.X.X at 2012-10-05 08:44:57) [GET]
Parameters: {"action"=>"search", "controller"=>"nodes",
2012 Jul 18
4
cert issues, puppet agent applying configs, problems oh my!
So I''m new to puppet and I''m having a bear of a time just getting a test
server going.
I installed puppet and the puppet client via yum on CentOS on AWS, so that
saved me some time.
I followed a few various blog posts about getting everything set up and
applying a file, etc.
Now I am trying to install a module (puppetlabs/apache) and it''s failing
miserably for me.
I
2009 Feb 11
2
filebucket retrieval
Hi,
While at LCA this year I was talking to James Turnbull, and I think he
said it was possible to
a) pull files off a puppet client to the puppet master
b) push those files out to other puppet clients
I''ve been reading up on FileBucket and I don''t understand how I can
achieve that, or if I''m on the right track. Whats at
2008 Feb 05
2
Restore from filebucket
Hi,
I''m using the ''backup'' parameter in file resources to
backup to a central filebucket on the puppetmaster.
How do I restore a backup? I couldn''t find anything
in the wiki, but saw some docs by running ''filebucket
--help''.
It says to restore a backed up file, you need to know
the md5sum. Unfortunately, AFAIK the only place this
2013 Feb 18
2
Controlling access to filebucket
Hi,
Is there a way to control access to the filebucket?
Specifically, I wish to allow agents to backup to the filebucket but never
restore.
Is this possible to do?
Thanks,
Brian
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2007 Dec 19
3
Invalid argument - connect
Hi puppeteers,
I have a problem with one of my puppets. When I run puppetd and a file
needs to be updated I get the following error message:
debug: //jupiter/freebsd_base/File[/etc/rc.conf]: Changing source
debug: //jupiter/freebsd_base/File[/etc/rc.conf]: 1 change(s)
debug: Calling fileserver.retrieve
debug: Calling puppetbucket.addfile
err: Could not call puppetbucket.addfile:
2010 Jul 16
5
2.6.0rc3 ssh_authorized_users/parsed.rb
Hi all,
Full path:
/usr/lib/ruby/site_ruby/1.8/puppet/provider/ssh_authorized_key/parsed.rb
Two problems:
1) Even if filebucketing is disabled, this (still) tries to backup
authorized_keys to /var/lib/puppet/clientbucket/[...]; no other
modules are doing filebucketing when it''s disabled but they
(correctly) do when it is enabled.
2) The filebucketing is (still) being done with euid set
2013 Mar 11
0
switching checksum: did not match checksum
Hello puppet users,
I´ve switched from md5 to md5lite to save some CPU cycles on my master, but
this is causing me a lot
of error messages where puppet is complaining about failed checksums.....
Info: FileBucket adding {md5}3718fe556702d608c2490d7ffeffd890
Info: /File[/usr/local/bin/pollcmd]: Filebucketed /usr/local/bin/pollcmd to
puppet with sum 3718fe556702d608c2490d7ffeffd890
Error: Could
2007 Sep 18
1
Mongrel Upload Progress progress method returns Content-Length: 0
Running into a strange bug using the mongrel upload progress plugin
handler, sitting in front of a simple mongrel.
The bug appears on an old Xserve (mac OS X 10.3.9 powerpc), but not on
my macbook pro, or even a generic 686 linux box.
http://pastie.textmate.org/98341
The gist of the pastie above shows that attempts through the browser
and curl are actually hitting the filesController, as
2010 Dec 22
3
filebucket questions
Hi everyone,
I''ve got several questions that are most probably obvious to some of
you but I''m actually a bit ''in the fog'' about filebucket.
backup are done on a md5 basis so 1 file is generated whatever the
number of clients if it''s the same md5. That a really good option.
On the other hand let''s say that after 3 months I need to restore a /
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
We''re back with a maintenance release: 2.6.5. This
release addresses a number of bugs in the 2.6.x branch.
2.6.5 is a maintenance release in the 2.6.x branch and it contains only
bug fixes, documentation updates and a small handful of features.
The first release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.5-rc1.tar.gz
We''re
2007 Mar 28
0
ANNOUNCE: Puppet 0.22.3
Hello everyone,
I''m in the process of publishing a very small update release to
Puppet, 0.22.3. Here''s the changelog:
Fixed the authoconfig parameter so it is always defined.
Enabling attribute validation on the providers that subclass
''nameservice'', so we can verify that an integer is passed to
UID and GID.
Added a downloadable
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here?
Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch
Nov 17 00:02:01 gumby puppetd[720]:
(//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure)
created
Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch
Nov 17 00:02:07 gumby puppetd[720]: