-
Can the resource types defined in manifests/internal/custom_resources be moved outside of the manifests directory?
The problem is the puppet script that is being used to try and generate documentatio…
itewk updated
9 years ago
-
These errors may only be being reported by my environment due to being on Puppet 3.3 but not sure.
```
14 Error while parsing /etc/puppet/environments/PSB/modules/jboss_admin/manifests/resource/json…
itewk updated
9 years ago
-
Is it possible to add the feature of supplying the license file? At this moment it will be downloaded. This is not working if there is no internet connection or valid download username and password du…
-
For creating the parent directories of modules the Puppet stdlib ensure_resource should be used rather then exec so that Puppet knows those folders are under its control. This is important when managi…
itewk updated
9 years ago
-
I have the following modules:
[root@puppetmaster puppet]# puppet module list
/etc/puppetlabs/puppet/modules
├── dalen-puppetdbquery (v1.5.3)
├── jboss (???)
├── jboss_wrapper (???)
├── jdk (???)
├── …
-
Make it stop...
-
I have the following puppet code:
xldeploy_environment_member{ "MyUniqueID":
env => "Environments/MyEnv",
members => ["Infrastructure/projectx/agentcentos_sshHost"
],
dictionarie…
-
I am not sure why this happens some times. If i can get any more information i will
```
Notice: /Stage[main]/Jboss::Config::Datasources/Jboss::Config::Datasource[my-ds]/Jboss_admin::Resource::Data_so…
itewk updated
9 years ago
-
Hi all,
My rundeck take the resource from a url like `http://rundeck:rrI-74EtL$kleqOA@mypuppetmasterserver/hosts?rundeck=true&format=yaml`, the url returns a yaml file and it works without problem.
…
-
I just used your module, thanks for making one.
What I noticed, that after installing wildfly listen on localhost i.e [127.0.0.1] rather then [0.0.0.0]
The config variable
```
class { '::wildfly' :…