To create a nextcloud instance
Iet uz failu
7u83 65518c35c4 bcmath and gmp modules for php will be installed 2021-06-17 13:18:17 +02:00
manifests bcmath and gmp modules for php will be installed 2021-06-17 13:18:17 +02:00
templates Added stuf to make ldap writes work 2020-08-28 07:59:30 +02:00
LICENSE Initial commit 2020-08-27 23:02:39 +00:00
README.md Added an example 2020-08-28 08:03:23 +02:00

README.md

puppet-wmdeit-nextcloud

To create our nextcloud instance

    class {"wmdeit_nextcloud":
            instanceid => '123456',
            passwordsalt => '123456',
            secret => 'secret',

            trusted_domains => [
                    'cloud.example.com',
                    'nextcloud.example.com',
            ],

            db_user=>"nextcloud",
            db_name=>"nextcloud",
            db_password => 'password',
            db_host => 'localhost',

            redis_password => '123',

            install_dir => '/var/www/nextcloud',
            data_dir => '/var/db/nextcloud',
            main_domain => "cloud.wikimedia.de"
    }