Displaying 20 results from an estimated 90000 matches similar to: "user_attr type"
2009 Aug 10
3
Solaris /etc/user_attr file - anyone ever tried to manage this?
Hi all,
Am starting to look at managing some of the extended Solaris
authorisations starting with /etc/user_attr. Has anyone looked at this
before?
File is similar in format to a passwd file. Heres a couple of examples
from a default file:
adm::::profiles=Log Management
lp::::profiles=Printer Management
postgres::::type=role;profiles=Postgres Administration,All
Has anyone looked at this
2012 Nov 27
1
Right way to implement "roles" in hiera/puppet
I''m looking to implement a hiera backend for our Puppet installation, as we
routinely deploy systems that are of varying hardware, OS, and which may
have multiple roles they fill.
I''ve figured out, I think, how to handle the OS question through facter,
but implementing server roles isn''t quite so clear. I want to maintain that
information on the server, not on the
2012 Jun 22
1
custom type definition failing (for me) in puppetlabs-keystone module
HI all,
I''m trying to demo the puppetlabs-openstack module following the the simple
example, but not getting very far.
the puppetlabs-keystone module is presenting a weird failure state claiming:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid
resource type keystone_tenant at
2008 Dec 12
1
possible bug in yumrepo type ?
Hello,
I used to have something like this:
yumrepo { "foobar":
[...]
gpgkey => ["file:///etc/pki/rpm-gpg/key1", "file:///etc/pki/rpm-gpg/key2"],
}
Which as expected used to generate files looking like this:
[foobar]
gpgkey=file:///etc/pki/rpm-gpg/key1
file:///etc/pki/rpm-gpg/key2
It appears this no longer works with 0.24.6. I''m pretty sure it
2010 Jan 27
2
Disabling automountd on Solaris10.
Hi.
I have a trouble that disabling automountd on Solaris10.
So could you tell me what I should do to fix this trouble.
[Environment]
Puppetmasterd
-version : 0.25.3
-OS : Solaris10 10/09
Puppetd
-version : same as Puppetmasterd
-OS : same as Puppetmasterd
[What I did & trouble detail]
1.Edit manifest file.
service { ''autofs'':
ensure =>
2009 Jun 16
4
Schedule puppet runs
Hi All,
I would like to pick your brains as to the best way to configure the
below senario within puppet.
I am currently configuring puppet for our environment and have
seperated development/back office from production through configuring
roles for each server to identify them as such.
What i need to be able todo is have the production servers only update
outside of office hours, but have the
2011 Jul 21
0
Templates and self-knowledge
So, I''m into templating. I *like* templating. What I *don''t* like, of
course, is to have to use multiple, similar templates for different output
files. So, let''s work a concrete example. Suppose I have a template
"standard_profile.erb" which looks like this:
install_type initial_install
>
> system_type standalone
>
> partitioning
2013 Feb 07
0
puppetlabs-nova puppetlabs-keystone modules got the following error
Hi,
I install the openstack nova on CentOS6.3 through the puppet. I use the
puppet modules from puppetlabs. Got the following error.
I am using puppet 2.7.14 with puppetdb.
For this kind of issue, how to debug and how to figure out where the issue
is?
*err: Could not prefetch keystone_service provider ''keystone'': undefined
method `collect'' for nil:NilClass
err:
2012 Jan 12
2
Unable to install Puppet Enterprise v2.0.0 for RHEL 5-x86_64
Hello All,
Unable to install Puppet Enterprise v2.0.0 for RHEL 5-x86_64.
[root@1801 puppet-enterprise-2.0.0-el-5-x86_64]# ./puppet-enterprise-
installer -a answers/full_suite.answer.sample
============================================================================================================================
Puppet Enterprise v2.0.0 installer
for el-5-x86_64
2013 Nov 25
4
question about file {} type
My class reads like:
class name1::name2 ($gidvariable) {
file { "somepath-to-file":
ensure => file,
mode => ''0640'',
gid => $gidvariable,
}
}
The problem is that the file isn''t getting set to the $gidvariable''s value
which is a string "abc".
The other things work (presence as file, mode).
Stuart
--
You
2013 Mar 17
1
cloudstack_resources - invalid instance resource type
I''ve created cloudstack_resources as a module, have setup the
transport.yaml and can successfully run "puppet resource
cloudstack_instance" against my cloudstack environment.
The following cloudstack_instance files have been created
/var/lib/puppet/lib/puppet/provider/cloudstack_instance
/var/lib/puppet/lib/puppet/provider/cloudstack_instance/default.rb
2010 Jul 29
1
Could not find resource type ...
Let me start by saying, I am a puppet rookie.
I am trying to get a passenger module working and receive the
following messages. I am trying to figure understand where the
''resource type '' should be? Or, defined? Is it another module that I
should included under puppet/modules ?
the message:
_________________
...
debug: importing
2012 Oct 24
1
Exclude or disable a class in Hiera (yaml backend)
Hi People,
Let''s imagine a scenario where I have multiple nodes, a very simple
hierarchy:
- nodes/%{fqdn}
- roles/%{role}
- common
So what I am trying to achieve is for instance a class ''foo'' is always
included in ''common.yaml'' and all the nodes will have that class included
by default, but I want a specific node to have that class excluded or
2008 Sep 12
1
Type nfs_share changes exported folder/file ownership
I''ve used the nfs_share type to export NFS shares on server A:
nfs_share { "":
shares => ["/path/to/share/",
"/path/to/another/share/"],
share_access => "server.example.com"
}
The /etc/exports file on server A look like this:
/path/to/share server.example.com(rw,sync)
2012 Apr 26
0
Mac users: Textbucket scripts for puppet types
Hi Gang,
If you''re a mac user and haven''t heard of text bucket, but find yourself typing the same things semi-often.. you might want to check it out.
http://bassetsoftware.com/b.cgi/textbucket/index
I started using it about 9 months ago when someone showed me klypper on linux and I went searching for something similar… Anyways, where was I?
oh yeah right:
I''ve cobbled
2011 Sep 15
1
mount type is constantly remounting
Hi,
I have defined mount resource like this:
mount { "/mnt/test/":
device => "//test/test",
fstype => cifs,
ensure => mounted,
options => "defaults,acl,soft,uid=test,gid=test=xxxxx",...."
remounts => true,
}
For the first time (mount point is not mounted) it mounts perfectly,
but after that it keeps mounting to
2009 Aug 25
2
Bacula Puppet Type
I''m putting the finishing touches on a set of native Bacula types for Puppet
and was wondering if anybody out there would be interested in giving it a
test run. It seems to be running more or less correctly in my configuration,
though I still have a few bugs to clean up. Most likely it''ll be ready for
wider testing in another week or so.
Just drop me an email if you''d
2013 Apr 05
0
Problems with Puppet installer on Ubuntu 12.04 LTS
Hi,
My platform is Ubuntu 12.04. The hostname is puppet and this is a Virtual
Machine in Vmware 5.0.
This is a lab server and it is behind a proxy. I am having a problem with
the installer. Any
ideas what is going on?
root@puppet:/home/rbgonza/puppet/puppet-enterprise-2.8.0-all#
./puppet-enterprise-installer
2010 Mar 22
3
custom type/provider load error
Hi .*,
with the first puppet run on a freshly installed system all custom
types and providers a synced. As you can see from the output for some
reason puppet tries to load the providers before the types and
therefore the custom provider loads throw an error. It looks like the
load happens alphabetically ordered, such that providers are loaded
before the types...
Anyway the puppet run afterwards
2011 Apr 07
3
ssh_authorized_key type not working
I can''t seem to get the authorized_key type to work at all on my systems. Below is my configuration that I used. I could have something missing but the examples I see make it difficult to compare. Additionally if I try and do the reverse using puppet resource nothing comes up:
puppet resource ssh_authorized_key (this returns nothing)
puppet resource ssh_authorized_key username