puppet-module-puppetlabs-mount-core 1.0.4+dfsg1-2 source package in Ubuntu

Changelog

puppet-module-puppetlabs-mount-core (1.0.4+dfsg1-2) unstable; urgency=medium

  * Do a mkdir -p /usr/share/puppet/modules in postinst (Closes: #981673).

 -- Thomas Goirand <email address hidden>  Wed, 03 Feb 2021 14:15:05 +0100

Upload details

Uploaded by:
Puppet Package Maintainers
Uploaded to:
Sid
Original maintainer:
Puppet Package Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
puppet-module-puppetlabs-mount-core_1.0.4+dfsg1-2.dsc 2.2 KiB 3767739de087a455cc96a4a0c2b0f9647ced090bed90071d219fb22956d5f41a
puppet-module-puppetlabs-mount-core_1.0.4+dfsg1.orig.tar.xz 34.2 KiB 962039d49ccd7e6c891f2bdb638917d50dd640060d3c6cbb271a8d94087f65e0
puppet-module-puppetlabs-mount-core_1.0.4+dfsg1-2.debian.tar.xz 2.2 KiB c11ae4a156035d67c6a47fdcba6816c7d4f65fe8eb8d56aac3f8dfd7e522fa23

Available diffs

No changes file available.

Binary packages built by this source

puppet-module-puppetlabs-mount-core: Puppet module for managing mount points

 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
 normally aggregated in different files, like users, cron jobs, and hosts,
 along with obviously discrete elements like packages, services, and files.
 .
 The mount_core module manages mounted filesystems and mount tables.
 .
 The module can mount and unmount filesystems, and manage mount tables such as
 /etc/fstab, /etc/vfstab, or /etc/filesystems depending on your operating
 system.
 .
 Mount resources can respond to refresh events, and can remount a filesystem in
 response to an event from another resource.
 .
 Mount resources automatically create relationships with directories that are
 either ancestors of the mounted directory or children. This way Puppet will
 automatically create ancestor directories before the mount point, and will do
 that before managing directories and files within the mounted directory.