# puppet-httpfile **Repository Path**: mirrors_haf/puppet-httpfile ## Basic Information - **Project Name**: puppet-httpfile - **Description**: Gives you a new type 'httpfile' that downloads a file and verifies its checksum - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # puppet-httpfile Usage: ```puppet httpfile { '/tmp/myfile.deb': ensure => present, source => 'https://cloud.github.com/whatever.deb', hash => 'hex form SHA2 hash OR an URL to the .sha file with that hash' } ``` ## Future features thought of: * Hash provider rather than hard-coded SHA2 * E-tag support * Better STAT-support to avoid hashing the file over and over.