{"id":15284179,"url":"https://github.com/voxpupuli/puppet-msoffice","last_synced_at":"2026-02-23T03:18:04.671Z","repository":{"id":7988186,"uuid":"9393728","full_name":"voxpupuli/puppet-msoffice","owner":"voxpupuli","description":"puppet module to manage Microsoft Office on Windows (2003-2013)","archived":false,"fork":false,"pushed_at":"2023-07-03T07:17:48.000Z","size":276,"stargazers_count":4,"open_issues_count":2,"forks_count":19,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-07-06T10:33:49.749Z","etag":null,"topics":["hacktoberfest","puppet","windows-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/msoffice","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null}},"created_at":"2013-04-12T12:26:22.000Z","updated_at":"2023-05-10T07:03:48.000Z","dependencies_parsed_at":"2023-07-12T14:57:03.508Z","dependency_job_id":null,"html_url":"https://github.com/voxpupuli/puppet-msoffice","commit_stats":{"total_commits":152,"total_committers":17,"mean_commits":8.941176470588236,"dds":"0.36184210526315785","last_synced_commit":"9350ecab744973df09117b590623a62028965b6f"},"previous_names":["liamjbennett/puppet-msoffice"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-msoffice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-msoffice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-msoffice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-msoffice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-msoffice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-msoffice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-msoffice/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264665251,"owners_count":23646551,"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":["hacktoberfest","puppet","windows-puppet-module"],"created_at":"2024-09-30T14:50:30.539Z","updated_at":"2025-12-11T21:43:19.127Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This module is deprecated. Do not use it anymore**\n\n# MS Office module for Puppet\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-msoffice.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-msoffice)\n[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-msoffice/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-msoffice)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/msoffice.svg)](https://forge.puppetlabs.com/puppet/msoffice)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/msoffice.svg)](https://forge.puppetlabs.com/puppet/msoffice)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/msoffice.svg)](https://forge.puppetlabs.com/puppet/msoffice)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/msoffice.svg)](https://forge.puppetlabs.com/puppet/msoffice)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with msoffice](#setup)\n    * [What msoffice affects](#what-msoffice-affects)\n    * [Beginning with msoffice](#beginning-with-msoffice)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nPuppet module to manage Microsoft Office on Windows (2003-2016)\n\n## Module Description\n\nThe purpose of this module is to install the Microsoft Office suite and configure\nit's many service packs, tools, utilities and registry options.\n\n## Setup\n\n### What msoffice affects\n\n* Installs packages for each office product\n* Installs package for the Service Pack (if configured)\n* Installs packages for each language pack (if configured)\n\n### Beginning with msoffice\n\n  To install Word and Excel packages from Office 2010 SP1:\n\n```puppet\n    msoffice { 'office 2010':\n      version     =\u003e '2010',\n      edition     =\u003e 'Professional Pro',\n      sp          =\u003e '1',\n      license_key =\u003e 'XXX-XXX-XXX-XXX-XXX',\n      products    =\u003e ['Word,'Excel'],\n      ensure      =\u003e present\n    }\n```\n\n## Usage\n\n### Classes and Defined Types\n\n#### Defined Type: `msoffice`\n\nThe primary definition of the msoffice module. It will install office products,\nlanguage packs and updates.\n\n**Parameters within `msoffice`:**\n\n##### `version`\n\nThe version of office to install\n\n##### `edition`\n\nThe edition of office to install\n\n##### `sp`\n\nThe service pack update to apply\n\n##### `license_key`\n\nThe license key required to install\n\n##### `arch`\n\nThe architecture version of office\n\n##### `products`\n\nThe list of products to install as part of the office suite\n\n##### `lang_code`\n\nThe language code of the default install language\n\n##### `ensure`\n\nEnsure the existence of the office installation\n\n##### `deployment_root`\n\nThe network location where the office installation media is stored\n\n#### Defined Type: `msoffice::package`\n\nThe definition which installs the main office products.\n\n**Parameters within `msoffice::package`:**\n\n##### `version`\n\nThe version of office to install\n\n##### `edition`\n\nThe edition of office to install\n\n##### `license_key`\n\nThe license key required to install\n\n##### `arch`\n\nThe architecture version of office\n\n##### `lang_code`\n\nThe language code of the default install language\n\n##### `products`\n\nThe list of products to install as part of the office suite\n\n##### `sp`\n\nThe service pack update to apply\n\n##### `ensure`\n\nEnsure the existence of the office installation\n\n##### `deployment_root`\n\nThe network location where the office installation media is stored\n\n#### Defined Type: `msoffice::lip`\n\nThe definition which installs language interface packs into an existing office installation\n\n**Parameters within `msoffice::lip`:**\n\n##### `version`\n\nThe version of office that was installed\n\n##### `lang_code`\n\nThe language code of the language to install\n\n##### `arch`\n\nThe architecture version of office\n\n##### `deployment_root`\n\nThe network location where the office installation media is stored\n\n#### Defined Type: `msoffice::servicepack`\n\nThe definition which installs service packs into an existing office installation\n\n**Parameters within `msoffice::servicepack`:**\n\n##### `version`\n\nThe version of office\n\n##### `sp`\n\nThe service pack update to install\n\n##### `arch`\n\nThe architecture version of office\n\n##### `deployment_root`\n\nThe network location where the office installation media is stored\n\n## Reference\n\n### Defined Types\n\n#### Public Defined Types\n\n* [`msoffice`](#define_package): The core office suite installation\n* [`msoffice::package`](#define_package): The core office suite installation\n* [`msoffice::servicepack`](#define_servicepack): The service pack update for office\n* [`msoffice::lip`](#define_lip): The language interface pack for office\n\n## Limitations\n\nThis module is tested on the following platforms:\n\n* Windows 2008 R2\n\nIt is tested with the OSS version of Puppet only.\n\nSupport for only RTM versions\nSupport for only Retail/Volume editions\n\n## Development\n\n### Contributing\n\nPlease read CONTRIBUTING.md for full details on contributing to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-msoffice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-msoffice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-msoffice/lists"}