Displaying 20 results from an estimated 8000 matches similar to: "environment ENC vs cmdline"
2013 Aug 21
1
Trouble with ENC and static.pp : enabling ENC fails to find node even with default node in site.pp
I''m having some trouble with getting an ENC to work alongside site.pp:
Even with a ''default'' node definition, and an ENC that only returns 0,
regardless of input, consistently results in a ''cannot find node'' error.
I''m wondering what I''ve missed here.
I''ve tried to reduce everything to a ''base case'': and
2012 Jan 25
4
My ENC won't work, YAML is valid AFAIK
If anyone has any ideas, please share. I''m at a loss.
YAML from Puppet Enterprise 2.0.0 default ENC:
++++++++++++++++++++++++++++++++
---
name: rcf-cm-master.our.org
parameters: {}
classes:
- core-permissions
++++++++++++++++++++++++++++++++
YAML from my Python ENC using PyYAML. This results in ''cannot find node''.
++++++++++++++++++++++++++++++++
---
2013 Sep 18
1
ENC paramater interpolation in ENC, and inline templates
I''m in the process of rolling out a new homegrown ENC (we''ve decided on
using an ENC over hiera; I know it''s not the way a lot of you are going,
but it''s right for us) and am running into some issues with variable
interpolation in ENC data.
To give a concrete example, I''m using modules to configure puppetdb,
puppet master, and puppet clients. So,
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2013 Dec 02
1
Class parameter flexibility with ENC, hiera or both
Dear puppetteers,
I am having a philosophical question about parametrized classes.
When building modules, one wants to be as flexible as possible, to try
to target as many puppet flavors as possible. This is our target:
- Foreman users, using foreman as an ENC with smart variables (or
potentially any other ENC, but I would say this is the most widespread one).
- Pure Puppet''s site.pp
2020 Apr 15
2
Can't start vm with enc backing files, No secret with id 'sec0' ?
Hey, guys
I've been working on whether libvirt supports encrypted snapshots,Here are my versions of libvirt and qemu
[root@xx ~]# libvirtd -V
libvirtd (libvirt) 4.5.0
[root@xx ~]# qemu-img -V
qemu-img version 2.12.0 (qemu-kvm-ev-2.12.0-33.1.el7_7.4)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
1. assign $MYSECRET to libvirt secret using the secret-define and
2012 Jun 02
5
error trying ENC.
Hello, I''m trying to use External Node classification and I have not
idea what is my mistake.
I getting the following error :
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `downcase'' for ["hola",
{"mens"=>"HOLA"}]:Array on node casa
I have a very simple parameter class :
class hola( $mens =
2012 Jul 18
1
create_resources function and puppet enc
Hi,
I am trying to create multiple users using puppet. I have created a ENC and
trying to use class wrapped defined types with create_resources function.
For some reason things are falling apart. I would really appreciate some
help on these
Here are the details about my classes and configuration
http://serverfault.com/questions/409001/create-resources-function-and-puppet-enc
--
You
2013 Oct 31
1
Undo changes from removed class (ENC)
Hey guys,
i hope someone has an idea for me. At this time im using Puppet Dashboard
as enc for a masterless puppet infrastructure.No im searching for a best
practise to undo the changes from a removed class.
Example: In the enc I´ve added the class auth::test to a node. The class
will be loaded on the next puppet apply, works fine. But now if i remove
the class from the node in the enc, how
2013 Oct 30
4
moving to ENC - how to get all current classes and params
I''m looking to use an external node classifier (ENC) in our environment.
What''s the easiest way to programmatically get currently applied classes
(and class parameters) for all hosts, with the goal of dumping it into a
database for later retrieval by the ENC script? Nodes are currently
classified via site.pp.
thanks
--
You received this message because you are subscribed
2013 Sep 09
7
Puppet calls the ENC twice for some nodes.
Hi everyone,
I have an issue setting up Puppet with an ENC.
For some nodes, puppet calls my ENC twice with a 2 sec interval.
All my agents share the same configuration file.
Considering this very basic ENC :
#!/bin/bash
> nodeName=$1
> echo `date` $nodeName >> /tmp/encCalls
> echo "---
> classes:
> testClass:"
Here is the content of /tmp/encCalls after a
2012 Aug 05
1
Find out what "native.enc" corresponds to
Hi!
I'm using R2HTML in my RcmdrPlugin.temis package to output localized
strings to a HTML file. Thus, I insert a simple header at the top of the
file to specify what encoding is used; if I don't do that, Web browsers
assume it is latin1, which is not always true.
My problem is, I could not find a way to detect what encoding is used by
R2HTML in the most general case. R2HTML simply calls
2005 Jun 13
4
Kerberos enc type [xx] failed
Hi All,
I am getting Kerberos "enc type" problem that I can't explain:
[2005/06/11 11:41:29, 1, pid=29355]
libads/kerberos_verify.c:ads_keytab_verify_ticket(61)
ads_keytab_verify_ticket: krb5_kt_start_seq_get failed (No such file
or directory)
[2005/06/11 11:41:29, 3, pid=29355]
libads/kerberos_verify.c:ads_secrets_verify_ticket(193)
ads_secrets_verify_ticket: enc type [16]
2013 Mar 26
5
Running ENC alongside site.pp (node defn)
Hello,
Is it possible to configure an ENC to provide class definition to a number
of nodes at the same time where a few other nodes are controlled in the
site.pp by node ''FQDN'' {blah} for the same puppetmaster ?
I am wondering once parameters are set for the master to look for an ENC
based definitions, will it conflict with the site.pp node definitions ?
For example these
2012 Jul 04
4
Identifying host OS in an ENC
Hi all,
We have a mixed Linux and Windows environment and have so far just
been using Puppet on our Linux servers. Having configured the
inventory service, we''ve got an auditing script that uses the data to
report on things like OS version, RAM, etc. This is all so nice that
we''d like to extend it to auditing our Windows infrastructure.
However, at this point in time, we have
2018 Mar 22
2
[SamLogon, network] vs [Kerberos KDC, ENC-TS Pre-authentication]
Hi,
This is just curiosity.
We are monitoring failed logons, and there seem to be three types:
- LDAP,simple bind/TLS
(obious, failed ldap logons)
and these two:
- SamLogon,network
- Kerberos KDC,ENC-TS Pre-authentication
Could someone explain what (the difference between) these two types is?
Google doesn't really seem to help.
MJ
2013 Mar 08
2
multiple pamameter values in puppet dashboard ENC
Is there a way to use send multiple parameter values using puppet dashboard
ENC?
For example,
nameserver = 10.0.0.1, 10.0.0.2
or perhaps
nameserver = [''10.0.0.1'',''10.0.0.2''}
then the template erb file can loop through each of the nameserver values
to set up mulitple nameservers in resolve.conf?
Thanks - Oli
--
You received this message because you are
2011 Sep 23
3
ldap ENC extension to use environment parent node
Hi,
We currently use ldap ENC to set server role variables and extlookup
to set domain or environment variables.
I have a suggestion regarding ldap use as an ENC - if a node within
ldap has the environment attribute set then it should inherit/mixin
(if available) from a node named after it''s environment.
It could be populated with only puppetVar type attributes so that any
environment
2004 May 07
1
ENC: ENC: Unresolved Symbols on Uniprocessor Ker nel
Hi,
Is this "Unresolved Symbols" issue only occurring on VMware with e.38?
We have OCFS users want to update their kernel to e.34 or e.38 without
VMware.
Please advise, Thanks!
Roger---
-----Original Message-----
From: Wim Coekaerts [mailto:wim.coekaerts@oracle.com]
Sent: Friday, April 30, 2004 12:20 PM
To: Sunil Mushran
Cc: ocfs-users@oss.oracle.com
Subject: Re: ENC: ENC:
2018 Mar 26
1
[SamLogon, network] vs [Kerberos KDC, ENC-TS Pre-authentication]
On Mon, 2018-03-26 at 09:08 +0200, mj via samba wrote:
> Hi,
>
> No one knows..?
>
> My guess is:
> - SamLogon,network is an interactive logon, so a user typing a password
> on a windows domain joined workstation
No, that would be SamLogon,interactive.
SamLogon,network is NTLM authentication accessing another server in the
domain (in general).
> - Kerberos KDC,ENC-TS