Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 595 Bytes

File metadata and controls

18 lines (11 loc) · 595 Bytes

pambase

PAM base configuration files.

This repository contains a small Python script that renders PAM configuration templates for Gentoo Linux.

Dependencies

pambase depends on jinja.

Testing

In order to perform tests, run tox.

Alternatively, you can run tests with Docker:

docker run --rm -it $(docker build -q .)