Skip to content

Can not install puppet-docsf (downloaded from git) #3

@e-it

Description

@e-it

Hello,

unfortunately I'm getting this error-message when I try to use the CSF module:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class docsf for example.com on node example.com .
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

This is the tree of the module in module path (/etc/puppet/environments/production/modules) for foreman:

docsf/
├── lib
│   └── facter
│       └── configserver_firewall.rb
├── LICENSE
├── manifests
│   ├── init.pp
│   ├── params.pp
│   ├── postinit.pp
│   └── preinit.pp
├── metadata.json
├── README.md
├── spec
│   └── spec_helper.rb
├── templates
│   ├── conf.maldet.erb
│   ├── csf.allow.erb
│   ├── csf.conf.erb
│   ├── csf.fignore.erb
│   ├── csf.ignore.erb
│   └── csf.pignore.erb
└── tests
    └── init.pp

This is the tree with permissions and users/groups:

[root@puppet modules]# tree -p -u -g docsf/
docsf/
├── [drwxr-xr-x puppet   root    ]  lib
│   └── [drwxr-xr-x puppet   root    ]  facter
│       └── [-rw-r--r-- puppet   root    ]  configserver_firewall.rb
├── [-rw-r--r-- puppet   root    ]  LICENSE
├── [drwxr-xr-x puppet   root    ]  manifests
│   ├── [-rw-r--r-- puppet   root    ]  init.pp
│   ├── [-rw-r--r-- puppet   root    ]  params.pp
│   ├── [-rw-r--r-- puppet   root    ]  postinit.pp
│   └── [-rw-r--r-- puppet   root    ]  preinit.pp
├── [-rw-r--r-- puppet   root    ]  metadata.json
├── [-rw-r--r-- puppet   root    ]  README.md
├── [drwxr-xr-x puppet   root    ]  spec
│   └── [-rw-r--r-- puppet   root    ]  spec_helper.rb
├── [drwxr-xr-x puppet   root    ]  templates
│   ├── [-rw-r--r-- puppet   root    ]  conf.maldet.erb
│   ├── [-rw-r--r-- puppet   root    ]  csf.allow.erb
│   ├── [-rw-r--r-- puppet   root    ]  csf.conf.erb
│   ├── [-rw-r--r-- puppet   root    ]  csf.fignore.erb
│   ├── [-rw-r--r-- puppet   root    ]  csf.ignore.erb
│   └── [-rw-r--r-- puppet   root    ]  csf.pignore.erb
└── [drwxr-xr-x puppet   root    ]  tests
    └── [-rw-r--r-- puppet   root    ]  init.pp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions