{"id":15517105,"url":"https://github.com/deric/puppet-torque","last_synced_at":"2025-12-11T21:39:48.704Z","repository":{"id":14653125,"uuid":"17371287","full_name":"deric/puppet-torque","owner":"deric","description":"Puppet module for managing Torque","archived":false,"fork":false,"pushed_at":"2015-07-15T15:00:41.000Z","size":506,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T01:46:09.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/deric/torque","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-03T16:03:34.000Z","updated_at":"2015-04-11T11:00:39.000Z","dependencies_parsed_at":"2022-09-12T07:22:06.192Z","dependency_job_id":null,"html_url":"https://github.com/deric/puppet-torque","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-torque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-torque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-torque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-torque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/puppet-torque/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245636780,"owners_count":20648030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:11:36.109Z","updated_at":"2025-12-11T21:39:43.650Z","avatar_url":"https://github.com/deric.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#puppet-torque\n[![Build Status](https://travis-ci.org/deric/puppet-torque.png?branch=master)](https://travis-ci.org/deric/puppet-torque)\n\nThis is a Puppet module for managing Torque resource manager and Maui scheduler.\n\n## Usage\n\nserver:\n```puppet\nclass { 'torque::server': }\n```\nBy default `server_name` is the `$::hostname` of the server node (we get it from Facter). You can choose to use other fact of some value, e.g.:\n\n```puppet\nclass { 'torque':\n  server_name =\u003e $::fqdn\n}\n```\n\n  * One can run both the server and client on the same box (Within server class is not included client)\n\nclient (a computing node):\n\n```puppet\nclass { 'torque::client': }\n```\n\nDefault Torque home directory is `/var/spool/torque`, you can change it:\n\n```puppet\nclass { 'torque':\n  torque_home =\u003e '/etc/torque'\n}\n```\n\n\n### Queues\n\nQueues can be configured via `qmgr_queues` hash which you pass to `torque::server`.\n\n```yaml\ntorque::server::qmgr_queues:\n  short:\n    - 'enabled = True'\n    - 'started = True'\n    - 'queue_type = Execution'\n```\n\n\n### Nodes\n\nNodes can be specified via Hiera config (also you can pass a config hash to `torque::server` class):\n\n```yaml\ntorque::server::nodes:\n  myserver1:\n    cpus: 10\n  gpu.example.com:\n    cpus: 5\n    gpus: 10\n```\n\n## Maui\n\nIn order to install Maui you have to have a binary package for your distribution.\n\n * [Debian/Ubuntu](https://github.com/deric/maui-deb-packaging)\n\n\n## Hiera support\n\nHiera is supported out-of-the-box, you can set any class parameter from YAML config files.\n\n```yaml\ntorque::server_name: '192.168.1.1'\n```\n## Dependencies\n\n  * `puppetlabs/stdlib  \u003e= 2.0.0`\n  * `puppetlabs/apt \u003e= 1.0.0`\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-torque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fpuppet-torque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-torque/lists"}