{"id":20596257,"url":"https://github.com/ulhpc/puppet-vim","last_synced_at":"2026-02-05T04:34:16.778Z","repository":{"id":31705795,"uuid":"35271516","full_name":"ULHPC/puppet-vim","owner":"ULHPC","description":"Puppet module to configure and manage vim","archived":false,"fork":false,"pushed_at":"2024-06-25T14:21:27.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"devel","last_synced_at":"2025-06-11T01:52:50.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ULHPC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-08T09:45:47.000Z","updated_at":"2024-06-25T14:21:28.000Z","dependencies_parsed_at":"2023-01-14T19:36:06.139Z","dependency_job_id":null,"html_url":"https://github.com/ULHPC/puppet-vim","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ULHPC/puppet-vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ULHPC","download_url":"https://codeload.github.com/ULHPC/puppet-vim/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fpuppet-vim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264696632,"owners_count":23650937,"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-11-16T08:15:58.434Z","updated_at":"2026-02-05T04:34:16.721Z","avatar_url":"https://github.com/ULHPC.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"-*- mode: markdown; mode: auto-fill; fill-column: 80 -*-\n\n# Vim Puppet Module \n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/ULHPC/vim.svg)](https://forge.puppetlabs.com/ULHPC/vim)\n[![License](http://img.shields.io/:license-gpl3.0-blue.svg)](LICENSE)\n![Supported Platforms](http://img.shields.io/badge/platform-debian-lightgrey.svg)\n\nConfigure and manage vim\n\n      Copyright (c) 2015 ULHPC Management Team \u003chpc-sysadmins@uni.lu\u003e\n      \n\n* [Online Project Page](https://github.com/ULHPC/vim)  -- [Sources](https://github.com/ULHPC/vim) -- [Issues](https://github.com/ULHPC/vim/issues)\n\n## Synopsis\n\nConfigure and manage vim\nThis module implements the following elements: \n\n* __classes__:     `vim`\n \nThe various operations of this repository are piloted from a `Rakefile` which\nassumes that you have [RVM](https://rvm.io/) installed on your system.\n\n## Dependencies\n\nSee [`metadata.json`](metadata.json). In particular, this module depends on \n\n* [puppetlabs/stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib)\n\n## General Parameters\n\nSee [manifests/params.pp](manifests/params.pp)\n\n## Overview and Usage\n\n### class `vim`\n\n     include 'vim'\n\n## Librarian-Puppet / R10K Setup\n\nYou can of course configure ULHPC-sudo in your `Puppetfile` to make it \navailable with [Librarian puppet](http://librarian-puppet.com/) or\n[r10k](https://github.com/adrienthebo/r10k) by adding the following entry:\n\n     # Modules from the Puppet Forge\n     mod \"ULHPC/vim\"\n\nor, if you prefer to work on the git version: \n\n     mod \"ULHPC/vim\", \n         :git =\u003e https://github.com/ULHPC/vim,\n         :ref =\u003e production \n\n## Issues / Feature request\n\nYou can submit bug / issues / feature request using the \n[ULHPC/vim Puppet Module Tracker](https://github.com/ULHPC/vim/issues). \n\n\n## Developments / Contributing to the code \n\nIf you want to contribute to the code, you shall be aware of the way this module\nis organized.\nThese elements are detailed on [`doc/contributing.md`](doc/contributing.md)\n\nYou are more than welcome to contribute to its development by \n[sending a pull request](https://help.github.com/articles/using-pull-requests). \n\n## Tests on Vagrant box\n\nThe best way to test this module in a non-intrusive way is to rely on\n[Vagrant](http://www.vagrantup.com/). The `Vagrantfile` at the root of the\nrepository pilot the provisioning of the vagrant box and relies on boxes\ngenerated through my [vagrant-vms](https://github.com/falkor/vagrant-vms)\nrepository.  \nOnce cloned, run \n\n      $\u003e rake packer:Debian:init\n      \nTo create a template. Select the version matching the once mentioned on the\n`Vagrantfile` (`7.6.0-amd64` for instance)\nThen run \n\n      $\u003e rake packer:Debian:build\n      \nThis shall generate the vagrant box `debian-7.6.0-amd64.box` that you can then\nadd to your box lists: \n\n      $\u003e vagrant box add debian-7.6.0-amd64  packer/debian-7.6.0-amd64/debian-7.6.0-amd64.box\n\nNow you can run `vagrant up` from this repository to boot the VM, provision it\nto be ready to test this module (see the [`.vagrant_init.rb`](.vagrant_init.rb)\nscript). For instance, you can test the manifests of the `tests/` directory\nwithin the VM: \n\n      $\u003e vagrant ssh \n      [...]\n      (vagrant)$\u003e sudo puppet apply -t /vagrant/tests/init.pp\n      \nRun `vagrant halt` (or `vagrant destroy`) to stop (or kill) the VM once you've\nfinished to play with it. \n\n## Resources\n\n### Git \n\nYou should become familiar (if not yet) with Git. Consider these resources: \n\n* [Git book](http://book.git-scm.com/index.html)\n* [Github:help](http://help.github.com/mac-set-up-git/)\n* [Git reference](http://gitref.org/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulhpc%2Fpuppet-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fpuppet-vim/lists"}