Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forge package contains 'hidden' OSX files #185

Closed
dkerwin opened this issue May 7, 2014 · 7 comments
Closed

Forge package contains 'hidden' OSX files #185

dkerwin opened this issue May 7, 2014 · 7 comments

Comments

@dkerwin
Copy link

dkerwin commented May 7, 2014

Lots of files with pattern ._FILENAME:

# find . -name "._*"
./templates/._sensu.erb
./._spec
./manifests/._client
./manifests/._package.pp
./manifests/rabbitmq/._config.pp
./manifests/._plugin.pp
./manifests/dashboard/._service.pp
./manifests/dashboard/._config.pp
./manifests/._handler.pp
./manifests/._dashboard
./manifests/._init.pp
./manifests/._filter.pp
./manifests/._redis
./manifests/._server
./manifests/server/._service.pp
./manifests/._subscription.pp
./manifests/._check.pp
./manifests/._rabbitmq
./manifests/._config.pp
./manifests/api/._service.pp
./manifests/api/._config.pp
./manifests/client/._service.pp
./manifests/client/._config.pp
./manifests/._api
./manifests/._repo
./manifests/redis/._config.pp
./manifests/repo/._apt.pp
./manifests/repo/._yum.pp
./._Rakefile
./._README.md
./lib/._puppet
./lib/puppet_x/sensu/._to_type.rb
./lib/puppet_x/._sensu
./lib/puppet/feature/._json.rb
./lib/puppet/provider/._sensu_api_config
./lib/puppet/provider/._sensu_check
./lib/puppet/provider/sensu_check_config/._json.rb
./lib/puppet/provider/._sensu_client_subscription
./lib/puppet/provider/sensu_rabbitmq_config/._json.rb
./lib/puppet/provider/sensu_check/._json.rb
./lib/puppet/provider/._sensu_filter
./lib/puppet/provider/._sensu_dashboard_config
./lib/puppet/provider/sensu_client_subscription/._json.rb
./lib/puppet/provider/sensu_dashboard_config/._json.rb
./lib/puppet/provider/._sensu_handler
./lib/puppet/provider/._sensu_rabbitmq_config
./lib/puppet/provider/._sensu_client_config
./lib/puppet/provider/._sensu_redis_config
./lib/puppet/provider/sensu_redis_config/._json.rb
./lib/puppet/provider/sensu_api_config/._json.rb
./lib/puppet/provider/._sensu_check_config
./lib/puppet/provider/sensu_client_config/._json.rb
./lib/puppet/provider/sensu_filter/._json.rb
./lib/puppet/provider/sensu_handler/._json.rb
./lib/puppet/._type
./lib/puppet/._feature
./lib/puppet/type/._sensu_check_config.rb
./lib/puppet/type/._sensu_filter.rb
./lib/puppet/type/._sensu_rabbitmq_config.rb
./lib/puppet/type/._sensu_client_config.rb
./lib/puppet/type/._sensu_dashboard_config.rb
./lib/puppet/type/._sensu_redis_config.rb
./lib/puppet/type/._sensu_handler.rb
./lib/puppet/type/._sensu_client_subscription.rb
./lib/puppet/type/._sensu_api_config.rb
./lib/puppet/type/._sensu_check.rb
./lib/puppet/._provider
./lib/._puppet_x
./._manifests
./._lib
./._Modulefile
./._templates
./._metadata.json
./spec/defines/._sensu_handler_spec.rb
./spec/defines/._sensu_filter_spec.rb
./spec/defines/._sensu_subscription_spec.rb
./spec/defines/._sensu_check_spec.rb
./spec/defines/._sensu_plugin_spec.rb
./spec/classes/._sensu_init_spec.rb
./spec/classes/._sensu_rabbitmq_spec.rb
./spec/classes/._sensu_client_spec.rb
./spec/classes/._sensu_redis_spec.rb
./spec/classes/._sensu_dashboard_spec.rb
./spec/classes/._sensu_package_spec.rb
./spec/classes/._sensu_api_spec.rb
./spec/classes/._sensu_server_spec.rb
./spec/unit/._puppet_x_sensu_totype_spec.rb
./spec/._spec_helper.rb
./spec/._fixtures
./spec/fixtures/._modules
./spec/fixtures/._manifests
./spec/._defines
./spec/._unit
./spec/._classes
./._LICENSE

# file ./lib/puppet/type/._sensu_check_config.rb
./lib/puppet/type/._sensu_check_config.rb: AppleDouble encoded Macintosh file

Items are not part of the git repo. Seems like they sneaked in during the packaging on a mac.

@jlambert121
Copy link
Contributor

I'm going to blame this one on @jamtur01. We're about due for a release again, we'll be more careful packaging it up.

@jamtur01
Copy link
Contributor

@jlambert121 I am going to blame Puppet. The module tool has been doing this for a while.

@jlambert121
Copy link
Contributor

Puppet blames the network. :)

@dkerwin
Copy link
Author

dkerwin commented May 30, 2014

Everybody loves the blame game ;-) Let's blame OSX

@jassik
Copy link

jassik commented Apr 16, 2015

The files are back in version 1.5.5 forge package :(

@jamtur01
Copy link
Contributor

I don't see them in the package file.

@jassik
Copy link

jassik commented Apr 16, 2015

Well I still see them

jasbir@xpaq:~/temp/puppet/modules$ puppet module install sensu/sensu --target-dir ~/temp/puppet/modules
Notice: Preparing to install into /home/jasbir/temp/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Notice: Installing -- do not interrupt ...
/home/jasbir/temp/puppet/modules
└─┬ sensu-sensu (v1.5.5)
  ├── maestrodev-wget (v1.6.0)
  └─┬ puppetlabs-apt (v1.8.0)
    └── puppetlabs-stdlib (v4.6.0)
jasbir@xpaq:~/temp/puppet/modules$ cd sensu/
jasbir@xpaq:~/temp/puppet/modules/sensu$ ls -la
total 372
drwxr-xr-x 7 jasbir jasbir  4096 Apr 10 19:35 .
drwxrwxr-x 6 jasbir jasbir  4096 Apr 16 23:39 ..
-r--r--r-- 1 jasbir jasbir   280 Apr 10 19:35 ._CHANGELOG.md
-r--r--r-- 1 jasbir jasbir 83258 Apr 10 19:35 CHANGELOG.md
-r--r--r-- 1 jasbir jasbir   280 Apr 10 19:35 ._checksums.json
-r--r--r-- 1 jasbir jasbir  5647 Apr 10 19:35 checksums.json
-r--r--r-- 1 jasbir jasbir  1237 Mar 20 21:20 Gemfile
-r--r--r-- 1 jasbir jasbir   280 Mar 20 21:20 ._Gemfile
drwxr-xr-x 4 jasbir jasbir  4096 Apr 16 23:39 lib
-r-xr-xr-x 1 jasbir jasbir   311 Apr 10 19:35 ._lib
-r--r--r-- 1 jasbir jasbir  1102 Aug 16  2014 LICENSE
-r--r--r-- 1 jasbir jasbir   280 Aug 16  2014 ._LICENSE
drwxr-xr-x 8 jasbir jasbir  4096 Apr 16 23:39 manifests
-r-xr-xr-x 1 jasbir jasbir   311 Apr 10 19:35 ._manifests
-r--r--r-- 1 jasbir jasbir   280 Apr 10 19:35 ._metadata.json
-r--r--r-- 1 jasbir jasbir  1196 Apr 10 19:35 metadata.json
-r--r--r-- 1 jasbir jasbir   714 Mar 20 21:20 Rakefile
-r--r--r-- 1 jasbir jasbir   280 Mar 20 21:20 ._Rakefile
-r--r--r-- 1 jasbir jasbir   280 Mar 20 21:20 ._README.md
-r--r--r-- 1 jasbir jasbir  9911 Mar 20 21:20 README.md
drwxr-xr-x 7 jasbir jasbir  4096 Apr 16 23:39 spec
-r-xr-xr-x 1 jasbir jasbir   311 Apr 10 19:35 ._spec
drwxr-xr-x 2 jasbir jasbir  4096 Apr 16 23:39 templates
-r-xr-xr-x 1 jasbir jasbir   311 Apr 10 19:35 ._templates
drwxr-xr-x 2 jasbir jasbir  4096 Apr 16 23:39 tests
-r-xr-xr-x 1 jasbir jasbir   311 Apr 10 19:35 ._tests
-r--r--r-- 1 jasbir jasbir  1677 Dec 21 12:48 Vagrantfile
-r--r--r-- 1 jasbir jasbir   280 Dec 21 12:48 ._Vagrantfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants